Ethiotelecom Logo
Results

Course Price

149 Birr

    Creative Writing for beginners

    Course includes:

    * 2 hours content
    * Prior writing experience and knowledge
    * Certificate upon completion


Course Price

299 Birr

    Find your career: How to organ...

    • Understanding the differences between a CV and a resume
    • Choosing the right format for your skills and experience
    • Organizing your information effectively
    • The importance of a strong opening statement
    • Highlighting your skills and achievements
    • Including relevant education and training

     


Course Price

249 Birr

    Advanced UI/UX Course

    • Redesign an app.
    • See the changes in practice.
    • Implement design thinking.

Course Price

149 Birr

    Communication and Social skill...

    * An hour and half content
    * Willingness to learn to improve social skills
    * Certificate upon completion


Course Price

149 Birr

    API Development with postman

    API Development with postman


Course Price

149 Birr

    Introduction To Cloud Computin...

    What you'll learn
    - An Overview of Cloud Computing
    - Cloud Computing Planning
    - Cloud Computing Technologies
    - Cloud Computing Architecture
    - Cloud Computing Infrastructure
    - Cloud Models
    - What is IaaS, PaaS, SaaS, IDaaS and many more


$(document).ready(function() { $('#keyword').keypress(function(e) { if (e.which == 13) { $.ajax({ headers: { 'X-CSRF-TOKEN': "GdLU2nCa2l8rIhgRFc2xDMeJF4Sgg3BB7fe1XDzR" }, 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': "GdLU2nCa2l8rIhgRFc2xDMeJF4Sgg3BB7fe1XDzR" // }, url: '/course/search', type: 'get', data: { keyWord: $("#keyword").val() }, success: function(data) { $('.data').html(data); } }) }); });