LATEST POSTS

  • in

    Coding and it career road maps

    Many newcomers are considering a career in the IT field, or a career change, but are unsure about where to start. We are here to help, and to demystify the different career options within the sector. We are organizing a […] More

  • in

    Angular Structure

    Angular is a platform for building single-page applications (SPA) coded in TypeScript, using HTML and TypeScript. When researching Angular, the most common words are Component, Template, and Injector. Components are structures that consist of javascript classes and control HTML files. […] More

  • in

    What is JQuery?

    JQuery is a library coded in the Javascript programming language. Operations that can be done with the Javascript programming language can be coded with JQuery in a much shorter time and with less code. The official website of the jQuery […] More