https://brajkishoreblind.com/collections/all.atom Brajkishore blind 2021-04-27T18:24:01+08:00 Brajkishore blind https://www.brajkishoreblind.com/products/2135310303299 2021-04-27T18:24:01+08:00 2021-04-27T18:24:01+08:00 3Doodler Create Workshop for Beginners Courses Port Education

Vendor: Port Education
Type: Courses
Price: 35.00

Part 1 - Introduction to 3Doodler 

Participants are introduced to the basic concept of 3D printing. They will also learn about the basic parts and functions of the 3Doodler.

Participants will be able to understand and identify the features and functions of the 3Doodler. Following this, they will learn how to insert and extrude filaments out. They will then reverse the filament out of the 3Doodler and trim the melted end to prepare it for reuse.

Part 2 - Demonstration

Following this activity, participants will be able to identify proper materials and surfaces to 3Doodle on, how to use the 3Doodler to trace a stencil, and weld the pieces together to transform a two-dimensional piece into a three-dimensional model. Participants will also use the 3Doodler to create a three-dimensional model using the freehand technique by starting on paper and drawing up into the air to create a free-standing structure.

Part 3 - Imagine, Design, Doodle

Participants will be able to create and explore the concepts and techniques that have been taught while creating their very own 3D Model!

What You'll Learn
  • Tips & tricks on how to handle the 3Doodler effectively 
  • What do you do when faced with troubleshooting 
  • Exploring the different plastic filaments 

Who Should Take This Course

  • Any one with an interest in 3D printing with no knowledge of coding/modelling 
  • Creating doodles into a 3 Dimensional art

Requirements

  • Age 9+

    INFO

    Full Course          1 Session

    Dates                   15 October 2019

    Duration               2 hrs per session

    Time                     10:00 - 12:00  

    Fee                       $35 / pax

    Class Size            6 / 12 max 

    Venue                   Port Education Lab, APEX@ Henderson #07-25

     

    Questions? Click HERE!

    ]]>
    spo-default spo-enabled https://www.brajkishoreblind.com/products/2135310303299 15 October 2019 | 10am - 12pm 35.00 PEDU_3DWB-1 0
    https://www.brajkishoreblind.com/products/2135306371139 2019-10-03T21:23:53+08:00 2019-10-03T21:23:53+08:00 Python Programming Foundations Courses Port Education

    Vendor: Port Education
    Type: Courses
    Price: 50.00

    Coder's Gateway

    Python is the gateway to accomplish many tasks. How about starting now? Build your very own programs and write scripts to automate tasks and show your friends!

    What You'll Learn

    • Fundamental coding paradigms that are common across all languages, not just Python
    • Learn to code your own scripts and apps from scratch
    • Learn to handle, process and manipulate data with proficiency
    • The ecosystem of Python and pip, which powers many applications
    • Build functions or tiny applications to help you automate tasks

    Who Should Take This Course

    • Any one with an interest to develop applications
    • Any one with zero coding background
    • Coders proficient with other languages looking to try Python

    Requirements

    • A laptop
    • Zero programming knowledge is required
    • Age 7+

      INFO

      Full Course          1 Session

      Dates                   10 June 2019

      Duration               3 hrs per session

      Time                     13:00 - 16:00  

      Fee                       $50 / pax

      Class Size            12 / 24 max 

      Venue                   Port Education Lab, APEX@ Henderson #07-25

       

      Questions? Click HERE!

      ]]>
      spo-default spo-enabled https://www.brajkishoreblind.com/products/2135306371139 10 June 2019 | 1 - 4pm 50.00 PEDU_PPF 0
      https://www.brajkishoreblind.com/products/2135303815235 2019-10-03T21:23:53+08:00 2019-10-03T21:23:53+08:00 Make X Finland Competition Prep Series: Starter Courses Port Education

      Vendor: Port Education
      Type: Courses
      Price: 640.00 - 755.00 (2 variants)

      Be a City Guardian

      This intensive 4-part competition prep workshop will put you to the test! Construct your robot, program it, and equip it with the right components to win the Finland MakeX Competition 2019.

        Requirements

        • Able to use mBot
        • Age 10 to 16 years

        INFO

        Full Course           4 Sessions 

        Dates                   20 & 21 June 2019

        Duration               3 hrs per session

        Time                     9:00 - 16:00  

        Fee                       $755  /  $640 (own mBot Set) pax

                                     $640 (if you own your own mBot Set)

        Class Size            8 pax (4 Teams of 2)

        Venue                   Port Education Lab, APEX@ Henderson #07-25

         

        Questions? Click HERE!

        ]]>
        spo-default spo-enabled https://www.brajkishoreblind.com/products/2135303815235 Full Course inclusive of mBot - 20 & 21 June 2019 | 9 - 4pm 755.00 PEDU_MX-A 0 https://www.brajkishoreblind.com/products/2135303815235 Full Course w/o mBot - 20 & 21 June 2019 | 9 - 4pm 640.00 PEDU_MX-B 0
        https://www.brajkishoreblind.com/products/2135285104707 2019-10-03T21:23:52+08:00 2019-10-03T21:23:52+08:00 Web Development for Beginners Courses Port Education

        Vendor: Port Education
        Type: Courses
        Price: 200.00

        Build and host your very own website

        You may learn how to beautify a website – but do you know how to deploy it? Our web development program is adapted from what we teach professionals. Learn JavaScript and Node.js to build your website in the latest technologies!

        This hands-on workshop aims to equip beginners with web development skills and knowledge by coding a website from scratch. Using HTML for scaffolding, CSS for design and basic JavaScript for DOM manipulation, one can expect to have a fully functional profile site at the end of the workshop.

        Introduction To The Web
        • How Web Browsers work
        • Files the browser is looking for
        • Sites rendering differently on different browsers (Apple vs Google vs Mozilla, Browser wars)
        Part 1: HTML
        • HTML structure tags (html, head, body)
        • Text tags (h1, h2, p, i, bold, strong, span)
        • Exercise: Personal Landing Page
        • Image, link and header tags
        • Anchor links for single page websites
        • Other misc elements (hr, br)
        Part 2: CSS
        • Fundamentals of CSS
        • ID vs Class (Pros & Cons)
        • Exercise: ID vs Class Behaviors
        • Flexbox basics for grid structure
        • Exercise: Responsive Page methods
        • Margins & Paddings
        • Alignment
        • Flexbox Children
        • Important CSS Attributes
        • Debugging CSS, caniuse.com
        • Chrome DevTools
        • Import Google fonts
        Part 3: JavaScript with Vue.JS
        • JavaScript and JavaScript frameworks
        • Variables, Functions, Modules
        • Debugging using console
        • Script loading behaviors
        • Exercise: Reactive Currency Calculator
        • Create a form with reactive inputs
        • Exercise: Using CSS Frameworks to build your app
        • Using Vue from CDN or Install
        • Fetching and using data in your app
        Deployment: Go live with your web app
        • Deployment options - Now, Surge and Heroku, Github Pages
        • Get a shareable link from JSBin
        • Export & use surge to host as custom domain
        What You'll Learn
        • Understand how websites work in the browser
        • Learn to code a website from scratch
        • Learn to deploy a portfolio website live
        • Build fully functional static websites without boilerplates
        • Learn important web fundamentals that enable good user experiences

        Who Should Take This Course

        • All are welcome, including JC, Poly Students and NSFs.
        • Working Professionals looking to switch to the IT industry.
        • Software developers looking to learn new & modern technologies.
        • Professionals looking to utilize Web Development skills in their jobs
        • Start-up entrepreneurs looking to code for their businesses

        Requirements

        • Able to use computers / laptops
        • Age 10+

        INFO

        Full Course           2 Sessions

        Dates                    3 & 4 June 2019

                                     17 & 18 June 2019

        Duration               3 hrs per session

        Time                     16:00 - 19:00  

        Fee                       $200 / pax

        Class Size            12/24 MAX

        Venue                   Port Education Lab, APEX@ Henderson #07-25

         

        Questions? Click HERE!

        ]]>
        spo-default spo-enabled https://www.brajkishoreblind.com/products/2135285104707 17 & 18 June 2019 | 4 - 7pm 200.00 PEDU_3DP-B 0 https://www.brajkishoreblind.com/products/2135285104707 3 & 4 June 2019 | 4 - 7pm 200.00 PEDU_3DP-A 0
        https://www.brajkishoreblind.com/products/2134839689283 2019-10-03T18:16:51+08:00 2019-10-03T18:16:51+08:00 Game Creation Workshop Courses Port Education

        Vendor: Port Education
        Type: Courses
        Price: 300.00

        Become a Youth Strategist – Game Design Workshop by Dr Daryl

        We are entering a golden age of modern board games, with about 5000 new designs out every year. There is much to learn from playing and creating board games, from the logical processes of game design to the social aspects of interaction and teamwork. Most importantly, you will have loads of fun while you learn!

        Session 1 - Card Games
        • Introduction to Cards as game components
        • Learning 4 different card games by playing
        • Reading and understanding game rules
        • Adapting game rules
        Session 2 - Dice Games
        • Introduction to Dice as Game Components
        • Learning 4 different dice games by playing
        • Using mechanics to create new mechanics
        • Learning about how cards and dice are used in modern board games
        Session 3 - Creating your first game
        • Learning about decision making in games
        • Learning about the game design process
        • Using provided game components to brainstorm a new game idea
        • Playtesting and giving feedback to fellow students

        What You'll Learn

        • Have an understanding of the new and expanding universe of modern board games
        • Know a number of modern board games as well as their genres and how to play them
        • Develop an appreciation for modern board game design which will last for a lifetime
        • Apply problem-solving, critical thinking & communication skills not just while playing board games but also in teams to create new games
        • Participants will be given a game design journal to start their game design journey
        • Always having loads of fun while playing, thinking and creating

        Who Should Take This Course

        • Age 13+ to Adult (fluent in English)
        • People who are interested in games
        • Aspiring game makers

         

        INFO

        Full Course           3 Sessions 

        Dates                    Option A : 6, 7, 8 June 2019

                                     Option B : 20, 21, 22 June 2019

        Duration               3 hrs per session

        Time                     16:00 - 19:00 

        Fee                       $300 / pax

        Class Size            12/24 MAX

        Venue                   Port Education Lab, APEX@ Henderson #07-25

         

        Questions? Click HERE!

        ]]>
        spo-default spo-enabled https://www.brajkishoreblind.com/products/2134839689283 6, 7, 8 June 2019 | 4 - 7pm 300.00 PEDU_GDW-1 0 https://www.brajkishoreblind.com/products/2134839689283 20, 21, 22 June 2019 | 4 - 7pm 300.00 PEDU_GDW-2 0
        https://www.brajkishoreblind.com/products/3957751611459 2019-08-21T17:21:17+08:00 2019-08-21T17:21:17+08:00 Robotics Coding Workshop with Mabot Courses Port Education

        Vendor: Port Education
        Type: Courses
        Price: 90.00

        The LEGO-compatible Mabot robot building kit is an action-packed set of components that allow kids free-range of creativity. Equipped with two iOS/Android compatible apps that guide children through every step of the building process, the Mabot Robot Kit strikes the perfect balance of logical reasoning and entertainment.

        What You'll Learn

        • Introduction to the Mabot
        • Discover all parts and functions of the Mabot! With 12 different unique building missions, learners can find the perfect experience for their learning journey
        • Discover how it is compatible with LEGO
        • Use the Mabot Go system to tinker with endless moving combinations and configurations
        • Learn to play with the Mabot in Free Operations
        • Code with the MabotIDE to develop your very own program

        Who Should Take This Course

        • Ages 11 and under

        Requirements

        • An open mind and willingness to have fun!

        INFO

        Full Course           1 Session

        Dates                    11 September 2019

        Duration                3 hrs per session

        Time                     14:00 - 17:00

        Fee                       $95 / pax

        Class Size            6/10 MAX

        Venue                   Port Education Lab, APEX@ Henderson #07-25 

         

        Questions? Click HERE!

        ]]>
        spo-default spo-enabled https://www.brajkishoreblind.com/products/3957751611459 11 September 2019 | 2pm - 5pm 90.00 PEDU_RCWMAB 0
        https://www.brajkishoreblind.com/products/3957193113667 2019-08-21T12:35:04+08:00 2019-08-21T12:35:04+08:00 Light Up Your World with Micro:bit Courses Port Education

        Vendor: Port Education
        Type: Courses
        Price: 90.00

        Microbit is a simple to use digital companion where the everyday person can learn how to program it to help them turn ideas into a reality. In this one-day workshop, participants will be introduced to the basics of Microbit.

        Participants will learn how to use sensors like buttons, accelerometer, and tilt. They will learn about Smart Lighting Concepts using Neopixel Lights where they will make colourful lights such as purple, cyan, yellow and white. They will be able to control the lights wirelessly and it will give them a practical idea on how they can use it in their homes.

        Note: This workshop will require you to bring your own Windows Laptop.

        Programme

        • Introduction the Microbit and the Shake Command
        • Introduction to the Microbit Neopixel COmmand
        • Creating Colours such as Purple, Cyan, Yellow and White
        • Introduction to Radio Command
        • Wirelessly controlling Microbit to On/Off the lights using buttons
        • Controlling the lights with Gesture Control

        About the Lecturer

        Gabriel Perumal is the founder of Innovation Garage. Gabriel loves building that put smiles on people's faces.

        He strives to create the Next Generation of Innovators where they can create their very own products to make the world a better place to live in.

        He currently teaches in schools STEM using electornics and robotics as tools to create journeys of Innovation.

        What You'll Learn

        • Microbit fundamentals
        • Programming the Microbit
        • Light, Sound and Motion Hardware

        Who Should Take This Course

        • 10-19 year olds

        Requirements

        • Bring a laptop

          

        INFO

        Full Course           1 Session

        Dates                    14 October 2019

        Duration                4 hrs per session

        Time                     10:00 - 14:00

        Fee                       $90 / pax

        Class Size            6/10 MAX

        Venue                   Port Education Lab, APEX@ Henderson #07-25

         

        Questions? Click HERE!

        ]]>
        spo-default spo-enabled https://www.brajkishoreblind.com/products/3957193113667 14 October 2019 | 10am - 2pm 90.00 PEDU_LUWMB 0
        https://www.brajkishoreblind.com/products/2135315906627 2019-05-17T20:52:39+08:00 2019-05-17T20:52:39+08:00 mBot Basics Introduction Workshop Courses Port Education

        Vendor: Port Education
        Type: Courses
        Price: 90.00

        Build and Battle using Arduino and Scratch 2.0

        Coding has been identified as one of the basic skills for anyone besides Reading, Writing and Arithmetic. It has become increasingly important for even non-technically proficient people - when computers, embedded systems and Internet of Things (IoT) finally touch all walks of life. Making is also becoming a very important skill. Just working in the virtual world of coding is quickly becoming insufficient.

        The ability to build physical objects - by combining software, hardware and artwork, stretches one's imagination to invent.

        This workshop focuses on graphical programming, and participants will experience and appreciate the behavior of robot sensors and autonomy. By learning through mBot, mBlock and Scratch - participants will have a very fun session of building, programming and enhancing.

        The mBot brain is based on an open platform Arduino processor board. This workshop will be concluded with a fun balloon battle game!

        The workshop is designed to let participants observe the phenomena of the project outcome. Explore and learn the principles behind the phenomena. Finally experimenting through hands-on how to apply the principles to alter the outcome.

        This course is a good prerequisite to the 4-part Competition Prep.

        Introduction

        • Learn about Arduino, an open source embedded system.
        • Learn about the ease of graphical programming

        Project 1: Flashing Colours, Lights and Music

        • Using Arduino digital outputs(Actuators)
        • Primary colours mixing LED colours and piezo music

        Project 2: Run! Robot Run!

        • Motion control: Exploring different commands to move the mBot in different directions
        • Learn about delay loop coding

        Project 3: Ultrasonic Distance Reading & Dodging Master(Obstacle Avoidance)

        • Using sensors to detect and avoid objects
        • Read distance values
        • Learn loop and conditional branchings

        Project 4: The Obedient Robot

        • Remotely control the mBot using keyboard
        • Program to detect keypress events

        Game competition - Fun Balloon Battle

        • Control and manipulate your mBot speeds and directions against your opponents

        Other uses - Be a Maker

        • Learn various creations and applications using embedded systems

        What You'll Learn

        • Ease of graphical programming
        • Concepts of sensors
        • Control of input and output(IO) of a microprocessor
        • Program a robot to perform autonomous tasks

        Who Should Take This Course

        • Anyone or non-technical people who are interested in coding and robotics.
        • Anyone or non-technical people who are curious about how embedded systems (microprocessor) work.
        • Makers

        Requirements

        • All materials will be provided.
        • Age 10+

        INFO

        Full Course           1 Session

        Duration               3 hrs per session

        Time                     09:30 - 12:30  

        Fee                       $90 / pax

        Class Size            6 MAX

        Venue                   Port Education Lab, APEX@ Henderson #07-25

         

        Questions? Click HERE!

        ]]>
        spo-default spo-enabled https://www.brajkishoreblind.com/products/2135315906627 9 November 2019 | 9:30 - 12:30pm 90.00 PEDU_mBI_A 0 https://www.brajkishoreblind.com/products/2135315906627 16 November 2019 | 9:30 - 12:30pm 90.00 PEDU_mBI_B 0 https://www.brajkishoreblind.com/products/2135315906627 23 November 2019 | 9:30 - 12:30pm 90.00 PEDU_mBI_C 0
        https://www.brajkishoreblind.com/products/2135265738819 2019-05-17T17:13:16+08:00 2019-05-17T17:13:16+08:00 Code in Python and Build with Raspberry Pi with pi-top [3] Courses Port Education

        Vendor: Port Education
        Type: Courses
        Price: 150.00 - 1030.00 (12 variants)

        Up for a challenge?

        Build endless applications and programs with the perfect combination of Raspberry Pi and Python in one single laptop. Your imagination is the only limit!

        This workshop is aimed at helping individuals to not only become familiar with the knowledge & applications of the Raspberry Pi single-board computer, but also to showcase how easy it is to learn about the hardware & software development applications using the pi-top[3] kit by pi-top. Throughout this course, participants will also have hands-on opportunity to work with other attendees to create their very own pi-top[3] based project using everything that they have picked up during the course (or outside of it).

        Getting Started
        • Introduction to the pi-top[3] kit
        • Build/Setup your own-pitop[3]
        • Run your first basic Python program on the pi-topOS
        • Basic primer into Electronics with the Raspberry Pi
        Familiarising with the Raspberry Pi
        • Deep-dive into the hardware knowledge of the Raspberry Pi
        • Understanding of the hardware
        Python Programming
        • Foundational understanding of the Python programming language syntax
        • Learning about the basic constructs within the programming language
        • Real world applications of Python
        • Be familiar with the pi-topCODER
        • Learn alternative ways of working with Python within the Raspbian
        Electronics 101
        • How to integrate basic electronics components & sensors with Raspberry Pi 3
        • Work in groups to identify & solve a problem by building/programming using the pi-top. The project will last for a duration of 4 weeks
        • Sonic Pi
        • Learn how to code within the pi-topCODER interacting with the Sonic Pi
        • Write their first piece of music
        Intermediate Python Programming
        • Simple object oriented programming
        • Differentiating programming concepts and how they all work together
        • Writing their first few classes, objects and even running the program
        • Applied Raspberry Pi
        • A deeper level of understanding of the real-world applications of the Raspberry Pi
        Putting it all together
        • Presentation
        • Recap

          What You'll Learn

          • Have a solid understanding of what the Raspberry Pi is and what its potential applications are
          • Be able to use the pi-top [3] not just for tinkering with electronics but also able to write meaningful applications using the Python 3 programming language
          • Build their first real-world project using the knowledge & skills that are taught during the entire course
          • Develop problem-solving, critical thinking & communication skills as they work in groups to develop their course-based projects
          • Be able to apply what they have learned into the real-world
          • Have lots of fun through making & learning

          Who Should Take This Course

          • Aspiring makers and hackers
          • Students
          • Youths with an interest but no prior knowledge to coding
          • Youths already with some coding knowledge

          Requirements

          • Age 10 to Adults
          • Fluent in Basic English

             

            INFO

            Course                  Introductory (2 Sessions)

                                          Full Course (6 Session)

            Dates                    Option A : 3, 6, 7, 10, 12, 14 June 2019

                                         Option B : 6, 8, 11, 13, 15, 18 June 2019

                                         Option C : 17, 19, 22, 24, 26, 28 June 2019

            Duration               3 hrs per session

            Time                      9:00 - 12:00 (Option A & C)   

                                         13:00 - 16:00 (Option B)

            Fee                       $150 / $680   pax

            Class Size            6/12 MAX

            Venue                   Port Education Lab, APEX@ Henderson #07-25

             

            Questions? Click HERE!

            ]]>
            spo-default spo-enabled https://www.brajkishoreblind.com/products/2135265738819 Introductory - 3 & 6 June 2019 | 9am - 12pm / None 150.00 PEDU_PTI-A 0 https://www.brajkishoreblind.com/products/2135265738819 Introductory - 6 & 8 June 2019 | 1 - 4pm / None 150.00 PEDU_PTI-B 0 https://www.brajkishoreblind.com/products/2135265738819 Introductory - 6 & 8 June 2019 | 1 - 4pm / pi-top V2 Laptop w/Raspberry Pi 3B+ 550.00 WK-PTI-B 0 https://www.brajkishoreblind.com/products/2135265738819 Introductory - 17 & 19 June 2019 | 9am - 12pm / None 150.00 PEDU_PTI-C 0 https://www.brajkishoreblind.com/products/2135265738819 Introductory - 17 & 19 June 2019 | 9am - 12pm / pi-top V2 Laptop w/Raspberry Pi 3B+ 550.00 WK-PTI-C 0 https://www.brajkishoreblind.com/products/2135265738819 Full Course - 3, 6, 7, 10, 12, 14 June 2019 | 9am - 12pm / None 680.00 PEDU_PTF-A 0 https://www.brajkishoreblind.com/products/2135265738819 Full Course - 3, 6, 7, 10, 12, 14 June 2019 | 9am - 12pm / pi-top V2 Laptop w/Raspberry Pi 3B+ 1030.00 WK-PTF-A 0 https://www.brajkishoreblind.com/products/2135265738819 Full Course - 6, 8, 11, 13, 15, 18 June 2019 | 1 - 4pm / None 680.00 PEDU_PTF-B 0 https://www.brajkishoreblind.com/products/2135265738819 Full Course - 6, 8, 11, 13, 15, 18 June 2019 | 1 - 4pm / pi-top V2 Laptop w/Raspberry Pi 3B+ 1030.00 WK_PTF-B 0 https://www.brajkishoreblind.com/products/2135265738819 Full Course - 17, 19, 22, 24, 26, 28 June 2019 | 9am - 12pm / None 680.00 PEDU_PTF-C 0 https://www.brajkishoreblind.com/products/2135265738819 Full Course - 17, 19, 22, 24, 26, 28 June 2019 | 9am - 12pm / pi-top V2 Laptop w/Raspberry Pi 3B+ 1030.00 WK_PTF-C 0 https://www.brajkishoreblind.com/products/2135265738819 Introductory - 3 & 6 June 2019 | 9am - 12pm / pi-top V2 Laptop w/Raspberry Pi 3B+ 550.00 WK-PTI-A 2650