demux academy · html basics. css (selectors, properties, stylesheets' organization). atom ic...

21

Upload: others

Post on 18-Jul-2020

28 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: DEMUX ACADEMY · HTML basics. CSS (selectors, properties, stylesheets' organization). Atom ic design principles. CSS techniques with flexbox & CSS grid. CSS m edia queries for Adaptive

ACADEMYDEMUX

#GettingYouDeploymentReady

WWW.DEMUX.IN

Page 2: DEMUX ACADEMY · HTML basics. CSS (selectors, properties, stylesheets' organization). Atom ic design principles. CSS techniques with flexbox & CSS grid. CSS m edia queries for Adaptive

1 1

Page 3: DEMUX ACADEMY · HTML basics. CSS (selectors, properties, stylesheets' organization). Atom ic design principles. CSS techniques with flexbox & CSS grid. CSS m edia queries for Adaptive

Discovering and training unrealized talent for today’s mostin-demand careers.

We have a well-researched and unique teaching framework basedon Integrated Course Design which takes the prior domainknowledge and other situational factors amongst others intoaccount as well.

Apart from regular classroom instructors, we have mentors assignedto each student which enables personalized learning. We have avirtual Learning Management System (LMS) to facilitate this learningprocess.

We are a Placement incubator for college graduates where weprovide them an environment and training to make thememployable. At the end of the Bootcamp, we connect them withcompanies who interview and recruit them.

We run online virtual sessions for 10-12 weeks training students ondomain knowledge, take mock-interviews, organize Pep talks with Industry Leaders and conduct mini industry-relevant engineeringprojects.

Page 4: DEMUX ACADEMY · HTML basics. CSS (selectors, properties, stylesheets' organization). Atom ic design principles. CSS techniques with flexbox & CSS grid. CSS m edia queries for Adaptive

MANVI GARG

SUNNY DHAMNANI

USA

SUDHANSHU BAHETY

SOMIL GUPTA

MRIDUL KOTHARI

India

USA

Page 5: DEMUX ACADEMY · HTML basics. CSS (selectors, properties, stylesheets' organization). Atom ic design principles. CSS techniques with flexbox & CSS grid. CSS m edia queries for Adaptive

AYUSH SINGHAL

AKANKSHYA MISHRA

RAJAS KEJRIWAL

SREETHARDA

SAURAV PRADHAN

Page 6: DEMUX ACADEMY · HTML basics. CSS (selectors, properties, stylesheets' organization). Atom ic design principles. CSS techniques with flexbox & CSS grid. CSS m edia queries for Adaptive

ACHAL GUPTA

SAMARTH GUPTA

SANJAY MALHOTRA

ADITYA KETKAR

HARDHIK DONAPATI

Page 7: DEMUX ACADEMY · HTML basics. CSS (selectors, properties, stylesheets' organization). Atom ic design principles. CSS techniques with flexbox & CSS grid. CSS m edia queries for Adaptive

SHEKAR REDDY

AYUSH BANSAL

KOUSHIK MENENI

Page 8: DEMUX ACADEMY · HTML basics. CSS (selectors, properties, stylesheets' organization). Atom ic design principles. CSS techniques with flexbox & CSS grid. CSS m edia queries for Adaptive
Page 9: DEMUX ACADEMY · HTML basics. CSS (selectors, properties, stylesheets' organization). Atom ic design principles. CSS techniques with flexbox & CSS grid. CSS m edia queries for Adaptive
Page 10: DEMUX ACADEMY · HTML basics. CSS (selectors, properties, stylesheets' organization). Atom ic design principles. CSS techniques with flexbox & CSS grid. CSS m edia queries for Adaptive

KEERTHANA SRIKANTH

ANMOL SAHU

ADITYA KARIA

SHUBHAD MATHUR

My experience with Demux was a great one. It kept me motivated throughout the Summer program and helped me learn in a better way. I thank al the mentors for their time, effort, patience and support.

From solving different set of questions to increasing patience and understanding others approach was the best part of it. And not to forget about the chats we did during classes. In short- It was an awesome journey!

The mentors at Demux along helped in understanding the concepts and paradigms of programming, and hence developing a sense of approach when posed with a technical question.

The problem sets that Demux prepared for students really helped me develop my problem solving skills more.

Page 11: DEMUX ACADEMY · HTML basics. CSS (selectors, properties, stylesheets' organization). Atom ic design principles. CSS techniques with flexbox & CSS grid. CSS m edia queries for Adaptive
Page 12: DEMUX ACADEMY · HTML basics. CSS (selectors, properties, stylesheets' organization). Atom ic design principles. CSS techniques with flexbox & CSS grid. CSS m edia queries for Adaptive

Yeah, the part where we get all judgy looks and stares from you.The part which decides above all whether you join the boot campor not. The part where it becomes a sales pitch.

Believe us when we say that at Demux Academy, we are rooted inthe principle that it is unfair to charge hefty amounts from stu-dents who themselves are looking for jobs. We only charge enough to keep us sustainable.

It is for this reason that we have a cap on the total cost incurred from your side. Come what may, your expenses will never cross this cap. The total expense will be less than the cap. And this cap is very insignificant as compared to amounts charged by other bootcamps out there (of the order of ~10K+GST)

We have scholarships and discounts as well for students whocannot afford paid learning.

Above all, at any point during the boot-camp if you feel that it isnot worth, then you can request a refund. We promise to refundyou 150% of the amount.

NOHEFTY AMOUNTS

Promise!

Page 13: DEMUX ACADEMY · HTML basics. CSS (selectors, properties, stylesheets' organization). Atom ic design principles. CSS techniques with flexbox & CSS grid. CSS m edia queries for Adaptive

Computer Architecture, programming languages, Compilation,Scheduling, Execution(Processes), Context Switch.

What, why and how of computer programs with C/C++ as the reference.

Start using Git and GitHub for version control.

Learn and implement rigorous debugging strategies with GDBas the reference.

Learn to navigate a computer file structure and configuredevelopment environments via a UNIX/Linux command line.

Get acquainted with common developer tools (e.g., Chrome DeveloperTools, text editors, code linters and IDEs).

Dive into fundamental programming concepts (functions,control flow, variables, scope, etc.)

Page 14: DEMUX ACADEMY · HTML basics. CSS (selectors, properties, stylesheets' organization). Atom ic design principles. CSS techniques with flexbox & CSS grid. CSS m edia queries for Adaptive

Memory layout of C/C++ Programs - Local, Global and Dynamicmemories, Paging, Caching, Virtual memory.

Learning how to break down, diagram, and solve single andmultiple recursion problems using different approaches.

Building confidence in backtracking, memoization.

Web 101, how the web works.

Product Design, UX & UI principles.

HTML basics.

CSS (selectors, properties, stylesheets' organization).

Atomic design principles.

CSS techniques with flexbox & CSS grid.

CSS media queries for Adaptive Design.

Bootstrap basics & Responsive Grid System.

Arrays, Linked-lists, Stacks & Queues.

Start thinking algorithmically and breaking big problems intosmaller parts.

Start writing recursive algorithms. Analyze algorithmic complexityusing Big O Notation.

Page 15: DEMUX ACADEMY · HTML basics. CSS (selectors, properties, stylesheets' organization). Atom ic design principles. CSS techniques with flexbox & CSS grid. CSS m edia queries for Adaptive

Outgoogling google - learn how to look up syntaxes anddocumentation on the web.

JavaScript fundamentals - ES6

JavaScript Tooling (Babel, Webpack, yarn)

DOM Events

JQuery and AJAX

Practice white-boarding and mock interviews with Mentor.

Peer mock interviews to experience what it feels like on bothsides of the interview table.

Searching & Sorting - Avoid common one-off errors in binarysearch, learn applications of Search, learn about commonly usedsorting algorithms and their applications.

Stacks, Queues, Binary Search Trees, Heaps and Hashing.

Page 16: DEMUX ACADEMY · HTML basics. CSS (selectors, properties, stylesheets' organization). Atom ic design principles. CSS techniques with flexbox & CSS grid. CSS m edia queries for Adaptive

Recognizing fundamentals components of dynamic programingproblems (overlapping subproblems and optimal substructures)

Understanding top-down and bottom-up approaches(memoization and tabulation).

Working through topological sort, A* search, Dijkstra’s Shortest Path.

Performing depth-first and breadth-first search through graphdata structures.

Learning about multiple types of DP algorithms such as slidingwindow problems and using the solutions of smaller sub-problemsto solve larger problems.

Understand and leveraging multiple graph data structureimplementations: adjacency list, adjacency matrix, object-orientedapproaches.

Page 17: DEMUX ACADEMY · HTML basics. CSS (selectors, properties, stylesheets' organization). Atom ic design principles. CSS techniques with flexbox & CSS grid. CSS m edia queries for Adaptive

Learn online, and explore the essentials of Python for data scienceand applied math through a series of self-paced, preparatory lessons.

Build machine learning models.Explore the differences between supervised and unsupervisedlearning via clustering, natural language processing, and neuralnetworks.

Collect and connect external data to add nuance to your modelsusing web scraping and APIs.

Perform exploratory data analysis. Generate visual and statisticalanalysis, using Python and its associated libraries and tools toapproach problems in fields like finance, marketing, and public policy.

Explore effective study design and model evaluation and optimization,implementing linear and logistic regression and classification models.

Page 18: DEMUX ACADEMY · HTML basics. CSS (selectors, properties, stylesheets' organization). Atom ic design principles. CSS techniques with flexbox & CSS grid. CSS m edia queries for Adaptive

Implement common algorithms in the languages learned - C, Pythonand JavaScript.

Preparing a presentation on a familiar technical concept(covered either in class or work specialization) and gaining confidencewith speaking in front of others while practicing talking technically.

Enhance presentation and communication skills by presentingprojects to respective mentors.

Work individually to build a front-end web application that users cansee and interact with, leveraging HTML, CSS, JQuery, JavaScript, APIs,and more.

Deploy a full-stack Machine Learning Application using (not limitedto!) tools learned.

Page 19: DEMUX ACADEMY · HTML basics. CSS (selectors, properties, stylesheets' organization). Atom ic design principles. CSS techniques with flexbox & CSS grid. CSS m edia queries for Adaptive

The next batch is scheduled to start in the beginning of March 2020.

Classes generally take place in evenings so that they don’t clash withregular university classes. Timings are flexible and we do take intoaccount the prior commitments of our students as well.

No. This is for anyone who wants to get a job in IT sector. In fact, weprefer students from core Non-Computer Science branches.

Please take a look at the “Pricing Policies” section of the brochure.

We cover everything that an employer expects out of universitygraduates. Please take a look at our brochure for a detailed break-upof topics. Apart from imparting domain knowledge, we takemock-interviews, organize Pep talks with Industry leaders and conductmini industry relevant engineering projects. At the end of the incubationprogramme, we invite companies to hire.

Page 20: DEMUX ACADEMY · HTML basics. CSS (selectors, properties, stylesheets' organization). Atom ic design principles. CSS techniques with flexbox & CSS grid. CSS m edia queries for Adaptive

The major criteria is your intent. If you want to help yourself, we are allin for helping you.

No, the sessions take place remotely via a Virtual Classroom.

Yes, there will be an Incubee certification after you complete thebootcamp.

We have a seperate program where we refer companies to big com-panies and startups directly. Having said that, we do provide a vast alumni circle of Demux with students placed in almost every compa-ny where you can ask for referrals from Demux alums.

Missing sessions is not recommended in general. Having said that, wedo record sessions which are made available based on requests.

None. We don’t expect you to know anything. You do however need agood internet connection, lots of coffee and dedication to get the bestout of this boot camp.

Page 21: DEMUX ACADEMY · HTML basics. CSS (selectors, properties, stylesheets' organization). Atom ic design principles. CSS techniques with flexbox & CSS grid. CSS m edia queries for Adaptive