Our classroom training provides you the opportunity to interact with instructors and benefit from face-to-face instruction. For more queries, reach out to us: info@mangates.com
Our classroom training provides you the opportunity to interact with instructors and benefit from face-to-face instruction. For more queries, reach out to us: info@mangates.com
Sockets programming training course description A hands on course for programmers using Sockets. It is important to recognise that the course assumes that delegates are already familiar with TCP/IP and Python. Practical exercises follow all the major theory sessions. What will you learn Read Python programs which use Sockets. Write Python programs which use Sockets. Debug Python programs which use Sockets. Sockets programming training course details Who will benefit: Programmers working with network applications. Prerequisites: TCP/IP foundation for engineers Python for network engineers Duration 2 days Sockets programming training course contents What is a socket? Review of IP, ICMP, UDP vs TCP, IP addresses, protocol numbers, ports. API's, UNIX I/O, sockets. SOCK_STREAM, SOCK_DGRAM. Hands on Compile and run code. The systems calls Clients and servers, structs, socket(), bind(), connect(), listen(), accept(), send(), recv(), sendto (), recvfrom(), close(), shutdown(), getpeername(), gethostname(). Hands on Walk through of example client and server code. First code TCP connections, passive opens, active opens. Hands on Write a simple 'hello world' server and client. Application protocols User character stream, ASCII turn taking, binary protocols. Hands on Raw SMTP, Writing a mail client. Clients Concurrency, polling, threads, event driven programming. Hands on Conferencing application. Servers Concurrency, stateful, stateless. Forks and execs. inetd. Hands on Running servers with and without inetd, chroot jails, conferencing server modifications. Advanced techniques Blocking, select(), partial send(s). Raw sockets, example sockets using Java, Perl and PHP. Hands on A broadcast application.
Complete C programming training course description A hands-on introduction to programming in the ANSI C programming language. The course initially moves at a fast pace in order to spend as much time as possible on the subject of pointers - the area which cause the most bugs in C programs. What will you learn Write ANSI C programs Use the C libraries Debug C programs Examine existing code and determine its function. Complete C programming training course details Who will benefit: Programmers wishing to learn C. Programmers wishing to learn C++ or Java. Prerequisites: None, although experience in another high level language would be useful. Duration 5 days Complete C programming training course contents Getting started The compilation process, comments, main(), statement blocks, printf(). C data types and operators char, int, float and double, qualifiers, arithmetic and assignment operators, precedence, Associativity. Basic I/O C libraries, stdin and stdout, getchar(), putchar(), printf() formatting. Flow control if else, dangling elses, else if, while and for loops. switch statements, the null statement, break, continue and gotos. Functions Function calls, arguments and return types, function declarations (prototypes), function definitions, scope of variables. The preprocessor Preprocessor actions, macros, #include. Libraries and their relationship with header files. Conditional compilation. More data types and operators Logical, bitwise and other operators, type conversion, casting, typedefs and access modifiers. Arrays Declaring and handling arrays, common gotchas, multidimensional arrays. Pointers What are pointers? Why they are so important, declaring and using pointers,The three uses of the *,pointer example - scanf, pointers as arguments. More pointers Golden rules of pointers and arrays, pointers to arrays, pointer arithmetic, arrays of pointers, multiple indirection. Character/string manipulation Arrays of characters, string definition, working with strings, String library. Program arguments argc and argv, example uses,char *argv[] versus char ** argv. Program structure and storage classes Globals (externals), multi source programs, the look of a C program. Structures Declaration, the . and - operators, unions and bitfields. Library functions File handling, fopen and fclose, reading from and writing to files, fseek().calloc() and malloc()
Advanced C++ training course description The course will give a broad overview of the C++ Programming language, focusing on modern C++, up to C++17. This course will cover the use of the Standard Library, including containers, iterator, function objects and algorithms. From the perspective of application development, a number of design patterns will be considered. What will you learn Write C++ programs using the more esoteric language features. Utilise OO techniques to design C++ programs. Use the standard C++ library. Exploit advanced C++ techniques Advanced C++ training course details Who will benefit: Programmers needing to write C++ code. Programmers needing to maintain C++ code. Prerequisites: C++ programming foundation. Duration 5 days Advanced C++ training course contents Study of a string class Create a string class as a means to investigate many issues, involving the use of operator overloading and including overloading new and delete. Creation of the class will also require consideration of 'const correctness'. Exception handling Consider the issues involved in exception handling including the concept of exception safety. Templates Review definition of template functions, including template parameter type deduction. Introduction to template metaprogramming. Newer features including template template parameters and variadic templates. Creation of template classes. Design patterns Introduction to Design Patterns and consideration of a number of patterns, such as, factory method, builder, singleton and adapter. The standard C++ library (STL) Standard Library features, such as, Containers, Iterator, Function Objects and Algorithms. Introduction to Lambda expressions. C++ and performance The writing of code throughout the course will be oriented towards performant code, including use of R Value references and 'move' semantics. Pointers The use of pointers will be considered throughout the course. Smart pointers will be considered to improve program safety and help avoid the use of 'raw' pointers. Threading This section will consider the creation of threads and synchronisation issues. A number of synchronisation primitives will be considered. Async and the use of Atomic will also be considered. New ANSI C++ features Summarising some of the newer features to be considered are: Auto, Lambdas expression, smart pointers, variadic templates and folds, R Value references and tuple together with structured binding.
Subject content Students will draw upon a range of texts as reading stimulus and engage with creative as well as real and relevant contexts. Students will have opportunities to develop higher-order reading and critical thinking skills that encourage genuine enquiry into different topics and themes. We can help students to read fluently and write effectively. Students will be able to demonstrate a confident control of Standard English and write grammatically correct sentences, deploying figurative language and analysing texts. For GCSE English Language students should: read fluently, and with good understanding, a wide range of texts from the 19th, 20th and 21st centuries, including literature and literary non-fiction as well as other writing such as reviews and journalism read and evaluate texts critically and make comparisons between texts summarise and synthesise information or ideas from texts use knowledge gained from wide reading to inform and improve their own writing write effectively and coherently using Standard English appropriately use grammar correctly and punctuate and spell accurately acquire and apply a wide vocabulary, alongside a knowledge and understanding of grammatical terminology, and linguistic conventions for reading, writing and spoken language listen to, and understand, spoken language and use spoken Standard English effectively. Texts GCSE English Language is designed on the basis that students should read and be assessed on high-quality, challenging texts from the 19th, 20th and 21st centuries. Each text studied represents a substantial piece of writing, making significant demands on students in terms of content, structure and the quality of language. The texts, across a range of genres and types, support students in developing their own writing by providing effective models. The texts include literature and extended literary non-fiction, and other writing such as essays, reviews and journalism (both printed and online). We can provide assistance for everything you need to prepare students for exams, including: past papers, mark schemes and examiners’ reports specimen papers and mark schemes for new courses exemplar student answers with examiner commentaries guidance in planning and writing cohesively high quality revision guides
Project Requirements Management Poor requirements definition and lack of adequate change control procedures to requirements and scope are the primary contributors to project difficulty and failure. This workshop will provide you with the knowledge, tools, and techniques required to minimize or avoid these pitfalls. What You Will Learn You'll learn how to: Explain the Requirement Management process within the project lifecycle Understand requirements terminology and structure for definition and development Apply and evaluate techniques to identify and draw out requirements from people, places, and things Create models to conceptualize the requirements landscape and communicate effectively with stakeholders Indicate the importance of requirements prioritization Write SMART requirements using structured language skills Understand how to apply checklists, questionnaires, and document templates in the requirements development process Verify and validate requirements to support project success Effectively manage changing requirements across the project lifecycle Requirements Framework Requirements definitions The importance of requirements Type of requirements Developing Requirements: The Process High-level requirements development and management process Stakeholder involvement in requirements management Progressive elaboration in requirements management Elicit Requirements Requirements-Gathering Approach Sources of Information Requirements-Gathering Techniques Analyze Requirements Models and Requirements Using Use Cases Prioritizing Requirements Specify Requirements Specifying Requirements Essential Technical Writing Skills SMART Requirements Quality Attributes Monitor and Control Requirements Why and When Requirements Change Change Management and Control Requirements Traceability Validating and Verifying Requirements Validating Requirements Verifying Requirements Using Checklists
Linux shell scripting training course description A practical introduction to writing scripts using the Bourne shell under any Linux operating system. Applicable for those using the Korn shell as well. What will you learn Read shell scripts. Write shell scripts. Use different types of quotes. Recognise the role of shell scripts within the Linux system. Linux shell scripting training course details Who will benefit: Programmers developing programs under UNIX. Administrators / support personnel who wish to find out more about the workings of Linux or write simple utility programs. Prerequisites: Linux Fundamentals Duration 2 days Linux shell scripting training course contents Review of Linux fundamentals Basic shell scripts What does the shell do? How are commands executed? Different shells. what is a shell script? Comments, creating shell scripts. Variables Setting variables, using variables, set, scope, export, sourcing, environmental variables, read. Positional parameters $0 to $9, $#, $* and others. shift parameter substitution. Control statements The test command The if statement while loops for loops The case statement. Special characters Redirection of errors, here documents, quoting. Arithmetic in shell scripts The expr command. System shell scripts Screen handling The terminfo database, The tput command. Advanced issues (optional session) Shell functions, getopts, xargs, debugging shell scripts, portability issues. Extras in the Korn shell. Optimising shell scripts The time command, performance tips.
Total PHP training course description PHP provides for the creation of dynamic web sites. This hands on training course looks at programming with PHP with an emphasis of building dynamic websites. Forms, state management and database integration are all covered with practicals used throughout the course to reinforce theory sessions. What will you learn Create dynamic web sites using PHP. Write PHP programs. Debug PHP programs. Examine existing code and determine its function. Total PHP training course details Who will benefit: Anyone creating dynamic web sites. Prerequisites: Software development fundamentals Duration 3 days Total PHP training course contents What is PHP? PHP history, dynamic web pages, how PHP works, alternatives to PHP. Downloading and installing PHP. Installing MySQL, installing Apache, platform issues. A first PHP web page A basic PHP script, PHP page structure. PHP comments. Integrating PHP and HTML. PHP forms HTML forms, taking values from forms. PHP and HTML Page inputs, environment inputs. phpinfo(), other form elements, sticky fields, generalised code, tables, forms, form elements, style sheets, JavaScript. Variables operators and expressions Expressions, data types, assignments, scope, constants, HTTP environment variables, getting data from forms using variables. Operators Arithmetic, logical, relational, Boolean, others. Control statements Conditional: if, else, elseif, switch. Loops: while, do while, for, break, continue, exit. Functions Built in functions, declaration, arguments, scope, loading functions from other files, defaulting parameters, call by value/ name. Arrays Indexes, array initialisation, array manipulation, multi dimensional arrays, array functions. String handling What is a string, string functions, matching, extraction, replacement. String operations, cleansing, sprintf, formatting web pages, strops and others, splitting strings, REs. PHP and databases Database structure, Database APIs, MySQL, Creating tables, Editing tables, simple SQL queries using PHP, building HTML tables using SQL queries, SQL injection, security issues, error handling. File I/O Opening, reading, writing files. Permissions, ownership, locking, directories. PHP, cookies and sessions State, Cookie properties, setting cookies, retrieving cookies, expiring/deleting cookies. Sessions, session variables, session IDs. PHP and email Emailing from servers, attachments. Objects OOP, PHP classes, constructors, instances.
This course is designed to help adult learners develop the necessary language skills for academic success in an English-speaking environment. Through a combination of reading, writing, listening, and speaking exercises, participants will enhance their abilities to comprehend and produce academic texts, engage in critical thinking, and effectively communicate their ideas in written and spoken English. Course Duration: 12 weeks (24 sessions) Course Objectives: By the end of this course, participants will: 1. Improve their academic vocabulary and understanding of complex grammatical structures. 2. Enhance their reading comprehension skills for academic texts. 3. Develop effective note-taking strategies for lectures and presentations. 4. Enhance their academic writing skills, including essay structure and research techniques. 5. Improve their ability to deliver academic presentations and participate in discussions. 6. Gain familiarity with academic conventions and citation styles. Course Outline: Week 1: Introduction to Academic English - Assessing participants' language proficiency and academic goals - Overview of the course syllabus and expectations - Introduction to academic vocabulary and common idiomatic expressions Week 2: Reading Comprehension - Scanning and skimming techniques for efficient reading - Strategies for understanding main ideas and supporting details - Vocabulary building through reading academic texts Week 3: Note-taking Skills - Effective note-taking during lectures and presentations - Organizing and summarising information - Practice exercises and listening activities Week 4: Academic Writing: Paragraph Structure - Understanding the components of a well-structured paragraph - Developing topic sentences and supporting ideas - Practice exercises on paragraph development Week 5: Academic Writing: Essay Structure - Introduction to essay structure: introduction, body, and conclusion - Crafting clear and concise thesis statements - Developing coherent and well-supported arguments Week 6: Research Skills and Citations - Introduction to academic research techniques - Evaluating sources for credibility and relevance - Understanding and applying citation styles (e.g., APA, MLA) Week 7: Grammar for Academic Writing - Review of essential grammar structures for academic writing - Practice exercises on sentence structure and complex grammar - Common grammatical errors to avoid in academic writing Week 8: Academic Writing: Research Papers - Understanding the research paper format and structure - Conducting literature reviews and integrating sources - Drafting and revising research papers Week 9: Academic Speaking: Presentations - Preparing and delivering effective academic presentations - Using visual aids and engaging the audience - Practicing presentation skills through individual and group activities Week 10: Academic Speaking: Discussions and Debates - Participating in academic discussions and debates - Expressing opinions and supporting arguments effectively - Listening and responding critically to others' viewpoints Week 11: Academic Writing: Critical Analysis - Analyzing and critiquing academic texts - Developing critical thinking and evaluation skills - Writing critical analysis essays Week 12: Review and Final Projects - Reviewing course content and addressing individual needs - Finalizing and presenting individual projects - Course evaluation and feedback session Note: This syllabus is a guideline and can be customised based on the specific needs and preferences of the participants. You can opt in and out of different modules.