• Professional Development
  • Medicine & Nursing
  • Arts & Crafts
  • Health & Wellbeing
  • Personal Development

2 Courses in Leicester

UNIX Virtualization and High Availability

5.0(3)

By Systems & Network Training

UNIX Virtualization and High Availability course description This course covers administering UNIX enterprise-wide with an emphasis on virtualization and high availability. What will you learn Manage Virtual Machines. Manage containers. Manage HA clusters. Manage HA cluster storage. UNIX Virtualization and High Availability course details Who will benefit: Enterprise-level UNIX professional. UNIX professionals working with virtualization and/or High availability. Prerequisites: Linux network administration 2 (LPIC-2) Duration 5 days UNIX Virtualization and High Availability course contents VIRTUALIZATION Virtualization concepts and theory Terminology, Pros and Cons of virtualization, variations of Virtual Machine monitors, migration of physical to VMs, migration of VMs between host systems, cloud computing. Xen Xen architecture, networking and storage, Xen configuration, Xen utilities, troubleshooting Xen installations, XAPI, XenStore, Xen Boot Parameters, the xm utility. KVM KVM architecture, networking and storage, KVM configuration, KVM utilities, troubleshooting KVM installations. Other virtualization solutions OpenVZ and LXC, other virtualization technologies, virtualization provisioning tools. Libvirt and Related Tools libvirt architecture, networking and storage, basic technical knowledge of libvirt and virsh, oVirt. Cloud Management Tools Basic feature knowledge of OpenStack and CloudStack, awareness of Eucalyptus and OpenNebula. Containers Containers versus VMs, Docker, Kubernetes. Load balanced clusters of LVS/IPVS, VRRP, configuration of keepalived, configuration of ldirectord, backend server network configuration. HAProxy, configuration of HAProxy. Failover clusters Pacemaker architecture and components (CIB, CRMd, PEngine, LRMd, DC, STONITHd), Pacemaker cluster configuration, Resource classes (OCF, LSB, Systemd, Upstart, Service, STONITH, Nagios), Resource rules and constraints (location, order, colocation), Advanced resource features (templates, groups, clone resources, multi-state resources), Pacemaker management using pcs, Pacemaker management using crmsh, configuration and management of corosync in conjunction with Pacemaker, other cluster engines (OpenAIS, Heartbeat, CMAN). HIGH AVAILABILITY CLUSTER STORAGE DRBD/cLVM DRBD resources, states and replication modes, configuration of DRBD resources, networking, disks and devices, configuration of DRBD automatic recovery and error handling, management of DRBD using drbdadm. drbdsetup and drbdmeta, Integration of DRBD with Pacemaker, cLVM, integration of cLVM with Pacemaker. Clustered File Systems Principles of cluster file systems. Create, maintain and troubleshoot GFS2 file systems in a cluster, create, maintain and troubleshoot OCFS2 file systems in a cluster, Integration of GFS2 and OCFS2 with Pacemaker, the O2CB cluster stack, other commonly used clustered file systems.

UNIX Virtualization and High Availability
Delivered in Internationally or OnlineFlexible Dates
£3,697

Linux virtualization and High Availability

5.0(3)

By Systems & Network Training

Linux virtualization and HA training course description The LPIC-3 certification is the culmination of LPI's multi -level professional certification program. LPIC-3 is designed for the enterprise-level Linux professional and represents the highest level of professional, distribution neutral Linux certification within the industry. LPIC-3 304 covers administering Linux enterprise-wide with an emphasis on virtualization and high availability. At SNT we have enhanced the contents of the course by covering containers. What will you learn Manage Virtual Machines. Manage containers. Manage HA clusters. Manage HA cluster storage. Linux virtualization and HA training course details Who will benefit: Linux professionals working with virtualization and/or High availability. Prerequisites: Linux network administration 2 (LPIC-2) Duration 5 days Linux virtualization and HA training course contents VIRTUALIZATION Virtualization concepts and theory Terminology, Pros and Cons of virtualization, variations of Virtual Machine monitors, migration of physical to VMs, migration of VMs between host systems, cloud computing. Xen Xen architecture, networking and storage, Xen configuration, Xen utilities, troubleshooting Xen installations, XAPI, XenStore, Xen Boot Parameters, the xm utility. KVM KVM architecture, networking and storage, KVM configuration, KVM utilities, troubleshooting KVM installations. Other virtualization solutions OpenVZ and LXC, other virtualization technologies, virtualization provisioning tools. Libvirt and Related Tools libvirt architecture, networking and storage, basic technical knowledge of libvirt and virsh, oVirt. Cloud Management Tools Basic feature knowledge of OpenStack and CloudStack, awareness of Eucalyptus and OpenNebula. Containers Containers versus VMs, Docker, Kubernetes. Load balanced clusters of LVS/IPVS, VRRP, configuration of keepalived, configuration of ldirectord, backend server network configuration. HAProxy, configuration of HAProxy. Failover clusters Pacemaker architecture and components (CIB, CRMd, PEngine, LRMd, DC, STONITHd), Pacemaker cluster configuration, Resource classes (OCF, LSB, Systemd, Upstart, Service, STONITH, Nagios), Resource rules and constraints (location, order, colocation), Advanced resource features (templates, groups, clone resources, multi-state resources), Pacemaker management using pcs, Pacemaker management using crmsh, configuration and management of corosync in conjunction with Pacemaker, other cluster engines (OpenAIS, Heartbeat, CMAN). HIGH AVAILABILITY CLUSTER STORAGE DRBD/cLVM DRBD resources, states and replication modes, configuration of DRBD resources, networking, disks and devices, configuration of DRBD automatic recovery and error handling, management of DRBD using drbdadm. drbdsetup and drbdmeta, Integration of DRBD with Pacemaker, cLVM, integration of cLVM with Pacemaker. Clustered File Systems Principles of cluster file systems. Create, maintain and troubleshoot GFS2 file systems in a cluster, create, maintain and troubleshoot OCFS2 file systems in a cluster, Integration of GFS2 and OCFS2 with Pacemaker, the O2CB cluster stack, other commonly used clustered file systems.

Linux virtualization and High Availability
Delivered in Internationally or OnlineFlexible Dates
£3,697

Online Options

Show all 53

Level 3 Diploma in Working with Victims, Survivors & Witnesses

By Justice Academy

Level 3 Diploma in Working with Victims, Survivors & Witnesses
Delivered OnlineFlexible Dates
£1,800

SQL Querying Fundamentals - Part 2

By Nexus Human

Duration 1 Days 6 CPD hours This course is intended for Students should have basic computer skills, SQL skills, and be familiar with concepts related to database structure and terminology. Overview Upon successful completion of this course, students will be able to: - Use subqueries to generate query output. - Manipulate table data by inserting, updating, and deleting records in a table. - Manipulate the table structure. - Create views, manipulate data through views, modify the view structure, and drop views. - Create indices on table columns and drop inefficient indices. - Mark the beginning of a transaction, create a savepoint within a transaction, rollback a transaction, and commit a transaction. In this course, students will work with advanced queries to manipulate and index tables. Students will also create transactions so that you can choose to save or cancel data entry process. Prerequisites SQL Querying Fundamentals - Part 1 1 - Using Subqueries to Perform Advanced Querying Search Based on Unknown Values Compare a Value with Unknown Values Search Based on the Existence of Records Generate Output Using Correlated Subqueries Filter Grouped Data Within Subqueries Perform Multiple-Level Subqueries 2 - Manipulating Table Data Insert Data Modify and Delete Data 3 - Manipulating the Table Structure Create a Simple Table Create a Table with Constraints Add or Drop Table Columns Add or Drop Constraints Modify the Column Definition Back Up Tables Delete Tables 4 - Working with Views Create a View Manipulate Data in Views Create Aliases Modify and Drop Views 5 - Indexing Data Create Indices Drop Indices 6 - Managing Transactions Create Transactions Commit Transactions

SQL Querying Fundamentals - Part 2
Delivered OnlineFlexible Dates
£495

Garden Design Courses with Vectorworks Training Program

By ATL Autocad Training London

Why Choose Garden Design Courses with Vectorworks Training Program? Designed to enhance your skills in crafting stunning garden designs. Led by certified tutors. From 2D layouts to 3D landscapes and detailed plans and visualizations. Check our Website Details: 1-on-1 training. Customize your schedule, available Mon to Sat 9 am and 7 am Call 02077202581 to book your session over the phone.   Duration: 16 hours. "You can divide this over multiple days to suit your schedule." Approach: 1-on-1 in-person or live online. Course Duration: 16 hours Course Description: This advanced Vectorworks course is tailored for individuals who already possess basic knowledge of the software and wish to enhance their skills to become proficient users. Participants will learn more advanced 2D and 3D techniques, including advanced 3D modeling, rendering, visualization, and customizing Vectorworks to suit their specific needs and workflows. The course will cover topics such as creating custom tools, working with planting plans, and integrating with AutoCAD. Course Outline: Module 1: Vectorworks Interface and Basic Concepts - Understanding the Vectorworks interface and palettes - Opening, saving, and managing files - Creating and editing objects and shapes - Utilizing Undo/Redo and Snaps for precision - Applying graphic attributes and working with dimensions Module 2: Modeling and Drawing Techniques - Exploring advanced tools and commands in detail - Integrating with AutoCAD and data exchange - Creating, modifying, and editing text - Utilizing callout text tool for annotations - Organizing information using design layers and classes Module 3: Working with Buildings and Models - Utilizing design layers and sheet layers for architectural projects - Assigning objects to layers and classes - Working with viewports and sheet layers for presentation - Drawing buildings, including walls and roofs - Setting up and rendering perspective views Module 4: Creating Site and Landscape Plans - Importing land surveys or architects' files - Drawing site surveys and working with hard landscape elements - Adding and customizing plantings using the plant tool - Editing plant definitions and creating custom plant symbols - Generating plant schedules and reports Module 5: Vectorworks Architect Features - Setting up files and scaling the drawing - Customizing text styles and dimension standards - Working with scanned images and creating site models - Designing floors, doors, and windows using standard Vectorworks elements - Creating and managing title blocks, labels, notes, and keynotes Module 6: Working Drawings and Final Project - Developing the final project with 2D and 3D elements - Applying site modifiers and stairs to the design - Generating printing layouts for presentations - Creating working drawings with detailed plans and elevations Download Vectorworks Trial https://www.vectorworks.net/trial Learning Outcomes: Master Vectorworks Tools: Proficiency in Vectorworks software, specializing in garden design features. Comprehensive Garden Design Skills: Expertise in 2D/3D modeling, plant selection, hardscapes, and irrigation systems. Professional Documentation: Create precise construction documents and visually compelling presentations. Collaboration and Project Management: Understand collaborative workflows, project management, and client communication. Job Opportunities: Landscape Designer/Architect: Design aesthetically pleasing and functional gardens for residential and commercial spaces. Garden Consultant/Horticulturist: Provide expert advice on plant selection, garden health, and sustainable practices. Entrepreneur/Educator: Start your own garden design business or teach garden design principles and techniques. Elevate your career with the Vectorworks Garden Design Course! Vectorworks Garden Design Mastery Course Course Enrollment Details: Unlock a personalized learning journey with our flexible 1-on-1 training sessions. Customize your schedule by reserving a time slot at your convenience, available Monday to Saturday between 9 a.m. and 7 p.m. Call 02077202581 to book your session over the phone. Training Duration: 16 hours. "You can divide these 16 hours over multiple days to suit your schedule." Training Approach: Experience tailored 1-on-1 sessions, either in-person or live online, providing individualized attention, customized content, flexible pacing, and comprehensive support. Live online 1-on-1 sessions via Zoom are also available. Course Overview: The Vectorworks Garden Design Mastery Course is meticulously crafted to empower participants with the expertise needed to craft exquisite garden designs using Vectorworks software. Guided by certified tutors and industry professionals, this program delivers a profound understanding of Vectorworks tools specifically tailored for garden design, enabling you to transform your landscaping ideas into breathtaking realities. Throughout the course, delve into the specialized features and functionalities of Vectorworks tailored for garden design. From 2D layouts to intricate 3D landscapes, master the art of utilizing Vectorworks to create detailed plans, visualize designs, and produce impeccable documentation for your garden projects. Tailored Training Excellence: Personalized One-to-One Guidance: Experience individualized coaching with undivided attention and customized instruction. Flexible Scheduling: Choose your preferred training slots, tailored to your schedule, even on weekends and late evenings. Post-Course Support and Comprehensive Materials: Access free online support post-training and receive detailed PDF notes and handouts for effective learning. Recognition of Achievement: Earn a Certificate of Attendance upon course completion, validating your expertise. Affordable Learning Solutions: Enjoy budget-friendly training rates without compromising on the quality of education. Tech Assistance and Referral Benefits: Receive software setup support and unlock referral discounts by recommending friends. Group Learning Perks and Tailored Courses: Avail special discounts for group sessions and experience customized training designed just for you. Elevate your skills affordably with our flexible schedules and personalized support.

Garden Design Courses with Vectorworks Training Program
Delivered in London or OnlineFlexible Dates
£558

Revit Structure Training - 15 Hours - Basic to Intermediate

By FirstScale Revit Consultant and Training

The Revit Structure Training is for 15 hours, £525, and it will cover from Introduction to Intermediate in small classes with only 1 people per class.

Revit Structure Training - 15 Hours - Basic to Intermediate
Delivered OnlineFlexible Dates
£525

AutoCAD-Mac Introduction to Advanced Training Course

By ATL Autocad Training London

AutoCAD-Mac Introduction to Advanced Training Course This project-based course is tailored for AutoCAD Mac users, architecture and interior design students and professionals. Click here for more info: Website When Can I Book This Training Course? Personalized experience with 1-on-1 sessions designed to fit your unique needs. Available from Monday to Saturday, 9 am to 7 am Or Call to Book 02077202581. Duration of Training: 16 hours. Training Method:  1-on-1, providing the option for in-person sessions or live online training. Course Content Section 1: Introduction Course Overview Section 2: Basic Concepts Status Bar and The Units Drawing Commands Control Points - Vertex or Verteces Modifying Commands Snap Settings Drawing An Outline Section 3: Dimensions and Customization Adding Dimensions and Dimension Style Manager Importing Dimension Styles Customizing Shortcuts Section 4: Advanced Techniques Adding Walls Thickness with Offset Command Adding interior layout Cleaning Layout lines with Trim Section 5: Text and Styling Text Editing and Importing Text Styles Main File Formats in AutoCAD Section 6: Design Elements Creating Openings in the Floor Plan Adding Openings - Part 2 Adding Openings - Part 3 Drawing Doors & Windows Using Line Types & Linetype Scale Group and Ungroup Commands Using Blocks Using Blocks Library & Dynamic Blocks Section 7: Layers and Furnishing Layers - Part 2 Layers - Part 3 Furnishing Bedrooms & Bathrooms - Part 1 Adding Furniture, Fixtures, and Equipments | part 2 Adding Furniture, Fixtures, and Equipments | part 3 Drawing the Kitchen Drawing the Living Room Drawing Dining Room & Adding Casework Adding Steps and Railings Using Stretch Command Finishing Steps and patio areas Hatch command Hatch Customization Adding Plants & Finishing Floor Plan Section 8: Layout and Printing Paper Space & Page Setup Manager Working with Viewport & Using Print Command Scale & Using Multiple Viewports Locking Viewport Scale Drawing A Titleblock - Part 1 Drawing A Titleblock - Part 2 Copying the Titleblock Using Titleblock with Attributes Section 9: Roof Plan and Organization Drawing The Roof Plan Placing Roof Plan on Sheet Organizing Project Drawings & Using Layer Freeze AutoCAD Crashing And What To Do Section 10: Elevations Exterior elevations - Drawing the Outline Exterior elevations - Drawing the Openings Elevations - Detailing - Part 1 Elevations - Detailing - Part 2 Elevations - Repeating the workflow Elevations - Finishing 3rd Elevation Elevations - Drawing the final elevation Section 11: Sections Sections: Drawing Cut Lines & the Outline Sections: Placing 1st Section on Sheet Sections: Drawing Section #2 - Different Technique Sections: Adding Final Detail Section 12: Interior Elevations Interior Elevations: Drawing the Outline Interior Elevations: Placing on Sheet Interior Elevations: Using Block Clip Interior Elevations: Final Drawing Section 13: Conclusion Putting the Final Set Together Proficient AutoCAD Skills: Master essential tools for efficient drawing creation and manipulation. Accurate 2D Designs: Create precise and high-quality layouts with attention to detail. Effective Object Handling: Excel in selecting, moving, copying, and scaling objects. File Management: Organize drawings efficiently and understand different file formats. Precise Measurements: Utilize inquiry commands for accurate design analysis. Annotations and Hatching: Apply text, dimensions, and hatching to enhance drawings. Object Organization: Manage layers and object properties for organized designs. Reusable Content: Efficiently use blocks, tool palettes, and groups for productivity. Layout Optimization: Create layouts with viewports for optimal design presentation. Professional Output: Generate professional plots and PDF output for polished results. Enhanced Productivity: Explore AutoCAD toolsets and web/mobile apps for streamlined workflow. Course Overview: Learn versatile AutoCAD for Mac drawing techniques, applicable across all industries, enabling you to excel in the application. Our trainers incorporate exercises from various disciplines. Who Should Attend: Ideal for newcomers to AutoCAD for Mac, self-taught users seeking correct techniques, and those transitioning from other CAD tools. Requirements: A solid Mac OS understanding is essential, while prior CAD knowledge is not required. Pre-course preparation guidance is provided for new AutoCAD users. Highlights: Perfect for AutoCAD for Mac beginners. Gain skills for precise 2D layouts and designs. Versatile drawing techniques for all industries. Choose between in-class or live online training. Autodesk Certified Tutors: AutoCAD 1-2-1 courses. Hands-on learning with expert trainers. Lifetime post-course email support. Tailored on-request training available. Certificate: Digital certificate included. Tailored Mac Training: Excel in AutoCAD with specialized Mac training, leveraging its distinct features and interface for heightened efficiency. Comprehensive Skill Enhancement: Advance from fundamental to intermediate AutoCAD Mac proficiency, creating precise and professional 2D drawings. Industry-Relevant Expertise: Attain in-demand skills valued by employers in architecture, engineering, and design sectors. Hands-On Project Exposure: Immerse yourself in practical exercises mirroring real-world design scenarios, fostering practical competence. Lesson Recordings for Review: Access recorded lessons for reinforcement and deeper AutoCAD Mac comprehension. Ongoing Email Support: Benefit from lifetime email support, ensuring assistance beyond course completion."

AutoCAD-Mac Introduction to Advanced Training Course
Delivered in London or OnlineFlexible Dates
£558

Vectorworks Garden Design Training

By London Design Training Courses

Why choose Vectorworks Garden Design Training Course? Vectorworks, a user-friendly industry-standard software, is perfect for interior design, architectural planning, 3D modeling, and landscaping projects. Its versatility makes it suitable for both home enthusiasts and professionals. Course Info Scheduling: 1-on-1 training, your schedule. Book any hour, Mon to Sat, 9 am - 7 pm. Call 02077202581 to reserve. Duration: 16 hours. Method: In-person face-to-face sessions and live online instruction. Vectorworks Garden Design Training Course: Master the art of garden design with Vectorworks software in our specialized training program. Led by certified tutors and industry experts, this course equips you with comprehensive skills and techniques tailored to garden design. Create stunning 2D layouts and 3D landscapes, visualize designs, and produce professional documentation for your projects. Benefits: In-Person and Live Online Options: Choose between in-person or live online sessions for flexible learning. Certified Tutors and Experts: Learn from experienced tutors passionate about garden design. Comprehensive Curriculum: Cover essential aspects of garden design using Vectorworks. Lesson Recordings: Access valuable session recordings for review and reinforcement. Lifetime Email Support: Receive ongoing assistance from industry experts for continuous growth. Course Duration: 16 hours Course Description: This advanced Vectorworks course is tailored for individuals who already possess basic knowledge of the software and wish to enhance their skills to become proficient users. Participants will learn more advanced 2D and 3D techniques, including advanced 3D modeling, rendering, visualization, and customizing Vectorworks to suit their specific needs and workflows. The course will cover topics such as creating custom tools, working with planting plans, and integrating with AutoCAD. Course Outline: Module 1: Vectorworks Interface and Basic Concepts - Understanding the Vectorworks interface and palettes - Opening, saving, and managing files - Creating and editing objects and shapes - Utilizing Undo/Redo and Snaps for precision - Applying graphic attributes and working with dimensions Module 2: Modeling and Drawing Techniques - Exploring advanced tools and commands in detail - Integrating with AutoCAD and data exchange - Creating, modifying, and editing text - Utilizing callout text tool for annotations - Organizing information using design layers and classes Module 3: Working with Buildings and Models - Utilizing design layers and sheet layers for architectural projects - Assigning objects to layers and classes - Working with viewports and sheet layers for presentation - Drawing buildings, including walls and roofs - Setting up and rendering perspective views Module 4: Creating Site and Landscape Plans - Importing land surveys or architects' files - Drawing site surveys and working with hard landscape elements - Adding and customizing plantings using the plant tool - Editing plant definitions and creating custom plant symbols - Generating plant schedules and reports Module 5: Vectorworks Architect Features - Setting up files and scaling the drawing - Customizing text styles and dimension standards - Working with scanned images and creating site models - Designing floors, doors, and windows using standard Vectorworks elements - Creating and managing title blocks, labels, notes, and keynotes Module 6: Working Drawings and Final Project - Developing the final project with 2D and 3D elements - Applying site modifiers and stairs to the design - Generating printing layouts for presentations - Creating working drawings with detailed plans and elevations Download Vectorworks Trial https://www.vectorworks.net/trial Proficiently use Vectorworks software for garden design, including creating accurate site plans and garden layouts. Apply 2D and 3D modeling techniques to visualize garden designs and present them professionally. Incorporate plants, hardscape elements, and other design elements into garden layouts effectively. Generate detailed construction drawings for seamless implementation of garden projects. Understand the key features and functionalities of Vectorworks specific to garden design. Demonstrate proficiency in utilizing Vectorworks tools for various garden design tasks. Interact collaboratively in face-to-face or online learning environments, engaging with instructors and peers. Utilize lesson recordings to review and reinforce course concepts for continuous learning. Seek personalized guidance and assistance through lifetime email support from certified tutors and industry experts. Transform creative garden design ideas into practical and stunning real-world projects using Vectorworks software.

Vectorworks Garden Design Training
Delivered in London or OnlineFlexible Dates
£465

Vectorworks Night Training Courses

By ATL Autocad Training London

Why Choose Vectorworks Night Training Courses? Flexibility: Learn around your work schedule. Personalized Attention: Small classes for focused guidance. Practical Learning: Hands-on training for immediate application. Convenience: Balance work and learning seamlessly. Check our Website Training Duration: 10 hours. Approach: Personalized 1-on-1 Training and customized training. Timings: Schedule a convenient hour, Mon to Sat, between 9 am and 7 pm. Course Outline: Mastering Vectorworks Basics I. Introduction to CAD and Vectorworks Software Understanding the role of Computer-Aided Design (CAD) in modern workflows. Comprehensive introduction to Vectorworks software. II. Workspace Setup and Fundamental Options Configuring the workspace for efficient navigation and operation. Exploring basic options to enhance user experience. III. Basic Skills in Drawing and Object Selection Mastering fundamental drawing techniques. Expertise in selecting and manipulating objects. IV. Advanced Editing Techniques Combining shapes, mirroring, rotating, and grouping objects effectively. Working with precise scaling, preferences, and templates. V. Detailed Object Manipulation and Attributes Drawing and moving objects accurately within the design space. Utilizing advanced editing tools like fillet and offset. Introduction to basic attributes and group editing. VI. Advanced Drawing Techniques and Graphics Creating room plans with walls, windows, and doors. Implementing graphic elements such as hatching, gradients, and image fills. Drawing elevations using various methods and techniques. VII. Resource Management and Design Layers Importing images for graphic illustration. Creating symbols and navigating the Resource Browser. Organizing the drawing effectively using design layers. VIII. Labels, Annotations, and User Interface Mastery Labeling drawings and incorporating simple title block text. Navigating the user interface, understanding key terminologies. Plotting, printing, creating sheets (A1, A2, A3), and working with viewports. IX. Advanced Object Manipulation and Customization Converting drawings into PDF files. Efficiently working with files, objects, and data. Utilizing object snaps, quick selection, division, and measurement. X. Dimensioning, Text, and Tool Palettes Implementing dimensioning and annotations effectively. Working with text, custom tool palettes, and organizing these palettes. Creating standard views and additional drawing objects (Arc, Donut, Ellipse). XI. 3D Modeling Introduction and Real-World Units Introduction to 3D modeling, focusing on creating extrudes. Working with real-world units for accurate representation. XII. Advanced Object Manipulation and Exporting Manipulating objects, changing object angles, creating mirror images. Dealing with architectural elements like walls, doors, windows, and floors. By the end of the Vectorworks Evening Training Course, participants will: Demonstrate proficiency in using the Vectorworks interface, tools, and navigation. Create and edit 2D drawings, including walls, doors, windows, floors, ceilings, stairs, and railings. Effectively manage layers, classes, and views for organized and controlled object placement. Create and edit dimensions and annotations for accurate measurements and documentation. Develop skills in creating, modifying, and utilizing symbols for increased efficiency. Generate and edit 3D geometry, apply textures, and create sections and elevations from 3D models. Create polished presentation drawings using viewports, annotations, and text for clarity. Summarize course content and confidently apply learned skills in Vectorworks projects. Utilize available resources for further learning and professional development. Who Should Attend? Perfect for those aiming to master Advanced 2D Plans, Sections, Elevations and Construction detailing, lighting, and rendering in Vectorworks. Schedule Flexibility: Book personalized 1-on-1 sessions, Monday to Saturday, 9 a.m. to 7 p.m. Split 10 hours to fit your schedule. Method: Choose in-person or Live Online 1-on-1 sessions with tailored content and individual support, including Zoom options. Why Vectorworks? A pioneering CAD software, Vectorworks seamlessly integrates 2D and 3D capabilities, making it ideal for architects and designers. Free Educational Access: Students and professors can access a complimentary Vectorworks Designer license via the Academic Portal. Explore Vectorworks: Transform your designs with Vectorworks, the leading 2D, 3D, CAD, BIM software. Download or try now: https://www.vectorworks.net Tailored Training Solutions: We offer customized and project-focused training programs, designed to meet your specific needs and goals. Individualized Coaching: Receive personalized one-on-one guidance tailored exclusively for you. Adaptable Timings: Choose training slots that align with your schedule, ensuring flexibility in your learning journey. Ongoing Assistance: Access continuous post-course support to enhance your understanding and resolve queries. Comprehensive Learning Resources: Receive detailed materials providing in-depth insights for effective learning and reference. Recognition of Participation: Earn a Certificate of Attendance upon completion of your personalized training. Affordable Learning: Benefit from cost-effective rates, making quality education accessible to all. Software Setup Guidance: Get expert assistance in setting up your software on your devices for seamless learning experiences. Rewards for Referrals: Recommend our courses to others and enjoy special rewards for each successful referral. Group Learning Benefits: Enjoy exclusive discounts when you opt for group training, making it an ideal choice for teams. Convenient Hours of Operation: Access our training services at your convenience, with operating hours extending to accommodate your busy schedule. Tailored Learning Paths: Experience courses curated specifically for your needs, ensuring targeted and effective learning outcomes.

Vectorworks Night Training Courses
Delivered in London or OnlineFlexible Dates
£360

AutoCAD 2D Introduction to Intermediate Course

By ATL Autocad Training London

Why Learn AutoCAD 2D Introduction to Intermediate Course? Click here for more info: Website Whether you're starting a career, enhancing skills, or exploring creativity, this course is tailored for you. Learn on Windows or Mac, transform into a confident AutoCAD user. Transition to our Intermediate to Advanced Course post-completion. Duration: 10 hrs. Personalized 1-on-1 training. Perfect for beginners, this course offers flexible scheduling (Mon-Sat, 9 am-7 pm) and covers 2D plan and elevation creation in AutoCAD. AutoCAD 2D Course Outline Workspace Exploring the working environment Managing files Displaying objects Constructing fundamental drawings Inputting data Constructing basic objects Utilizing object snaps Utilizing Polar Tracking and PolarSnap Implementing object snap tracking Handling units Manipulating objects Selecting objects in the drawing Adjusting an object's position Generating new objects based on existing ones Modifying an object's orientation Creating mirrored versions of existing objects Designing object patterns Altering an object's dimensions Organizing and querying drawings Utilizing layers Modifying object attributes Matching object attributes Utilizing the properties palette Applying linetypes Using inquiry commands Modifying objects Trimming and extending objects to specified boundaries Generating parallel and offset geometries Merging objects Dividing an object into two separate entities Applying rounded corners to objects Producing angled corners between objects Modifying an object's shape Layouts and viewports Harnessing layouts Creating layout configurations Modifying layouts and employing page setups Working with viewports Creating layout viewports Managing layout viewports Controlling object visibility within layout viewports Annotating a drawing Generating multiline text Creating single-line text Implementing text styles Editing text Dimensioning Creating dimensions Utilizing dimension styles Adjusting dimensions Implementing multileaders Hatching objects Hatching elements Editing hatch patterns Managing reusable content Working with blocks Exploring DesignCenter Utilizing tool palettes Designing additional drawing elements Managing polylines Generating splines Crafting ellipses Working with tables Producing plotted drawings Employing page setups Utilizing plotter configuration files Creating and applying plot styles Plotting drawings Plot style tables Publishing drawings Generating drawing templates Leveraging drawing templates Download AutoCAD AutoCAD Trial https://www.autodesk.co.uk  After completing the AutoCAD 2D Introduction to Intermediate Course, you will: Master Fundamentals: Understand AutoCAD basics, including navigation and terminology. Create Precise Drawings: Develop the skills to create accurate 2D drawings like plans and elevations. Manipulate Objects: Learn object selection, modification, and pattern creation. Dimension Proficiency: Create and edit dimensions and use text styles effectively. Layer Control: Organize drawings with layer management. Annotation Skills: Handle text and annotations with ease. Layouts and Viewports: Work with layouts and viewports for presentation. Plotting Expertise: Plot and publish drawings confidently. Customization Options: Explore advanced features for efficiency. Intermediate-Level Competency: Transition from beginner to an intermediate level of AutoCAD proficiency. This course equips you with essential skills for various industries, including architecture and engineering. This one-on-one CAD course is perfect for students who are either entirely new to the software or possess limited self-taught knowledge. Regardless of your starting point, our goal is to get you drawing plans within the very first hour of your class. We'll begin by building a strong foundation in AutoCAD, ensuring that you understand its core principles before delving into more advanced topics. If you have specific preferences, we can customize your AutoCAD learning experience to align with your goals. On the initial day of the course, we'll cover fundamental aspects such as user interface and terminology. Subsequently, you'll engage in a diverse range of lessons designed to deepen your understanding of AutoCAD and its creative processes. Topics covered will include introductory drawing techniques, editing functions, drawing aids, working with layers, managing text, and handling dimensions. Throughout the course, you'll practice through various drawing exercises and explore the intricacies of plotting. By the course's conclusion, you'll possess the skills needed to create your own simple drawings, suitable for applications in architectural, interior, engineering, events, furniture, or product design. Included in the course price are the following: Lifetime Email Support: Enjoy unlimited access to our support via email throughout your learning journey. Expert Instruction: Benefit from expert teaching provided by practicing architects, designers, and software professionals. Hands-On Learning: Engage in practical, hands-on lessons that can be customized to match your project requirements. Comprehensive Resources: Access video recordings and a digital reference PDF book for revision and continuous development. Certification: Receive a certificate of completion from us to enhance your CV and LinkedIn profile. Career Guidance: Gain valuable insights into pursuing design roles or establishing a creative business. Our experienced tutors will help you acquire the technical skills needed to make your CV and portfolio stand out. Our instructors, who are accomplished interior designers, animators, architects, and software experts, will not only impart technical expertise but also provide guidance on achieving success in the design industry or entrepreneurial endeavors.

AutoCAD 2D Introduction to Intermediate Course
Delivered in London or OnlineFlexible Dates
£348