Ethiotelecom Logo

Course Price

250 Birr

    Develop Restaurant Website Usi...

    • 3 hours on-demand video
    • downloadable resources
    • Full lifetime access
    • Assignments
    • Certificate of completion

Course Price

179 Birr

    Introduction To Node.js

    • More than 3 hours of on-demand video
    • Prior javascript knowledge
    • Full lifetime access
    • Downloadable resources
    • Certificate of completion

Course Price

149 Birr

    Introduction To Git

    • Learn the key concepts of the Git source control system

    • Step through the Git workflow

    • Compare the different states in Git and many more


Course Price

199 Birr

    Introduction To Python

    • 2 hours of  on-demand video
    • Assessment available
    • Learn the fundamentals
    • Apply OOP concepts

Course Price

0 Birr

    Introduction to scratch

    • 2.3 hours on-demand video
    • Full lifetime access
    • Access on mobile and tablet
    • Certificate of completion 

Course Price

149 Birr

    MYSQL For Beginners

     

    • This course is for anyone who wants to learn about SQL

    • And anyone who wants to fulfill their gap.

    • Exercise at the end of each section.

    • 2 hours of on-demand video

    • Full lifetime access


$(document).ready(function() { $('#keyword').keypress(function(e) { if (e.which == 13) { $.ajax({ headers: { 'X-CSRF-TOKEN': "Z2IQYPXU029ENfBppe5mZaPyv2BKnrY3MCsCySfr" }, url: '/course/search', type: 'get', data: { keyWord: $("#keyword").val() }, success: function(data) { $('.data').html(data); } }) // SendData(); } }); $('#btn-search').click(function(e) { $.ajax({ // headers: { // 'X-CSRF-TOKEN': "Z2IQYPXU029ENfBppe5mZaPyv2BKnrY3MCsCySfr" // }, url: '/course/search', type: 'get', data: { keyWord: $("#keyword").val() }, success: function(data) { $('.data').html(data); } }) }); });