Award: Top 100 Most Influential IT People in Bulgaria (2023)

Award: Top 100 Most Influential IT People in Bulgaria (2023)

For the second consecutive year, I am honored to be recognized as one of the top 100 most influential IT people in Bulgaria (2023).

You can find the complete list of awardees at https://careershow.bg/indexes/it-influencers.

Read More


Microsoft Certified Trainer (MCT)

Microsoft Certified Trainer (MCT)

I am thrilled to announce that I have been a Microsoft Certified Trainer (MCT) since 2014, and I have held this prestigious award for the past 9 years! The MCT award recognizes individuals who have demonstrated a deep commitment to training and teaching Microsoft technologies, and it is a testament to my expertise and experience.

Read More


Video: JavaScript Tools (Bulgarian)

Video lecture about the tools for JavaScript development.

The video is recorded in 2014 in a training I was delivering in Telerik Academy.

This comprehensive lecture focuses on an array of essential tools for JavaScript development. It begins with a walkthrough of integrated development environments like Visual Studio 2013 and Notepad++, followed by a deep dive into the capabilities of Sublime Text 2 along with its useful plugins. The session then transitions into a robust exploration of various debugging tools, detailing the distinctive features of Google Chrome / Opera Developer Tools, Firefox Firebug, and Internet Explorer F12. By the end of the lecture, attendees will have gained substantial knowledge of these crucial tools that aid in efficient and effective JavaScript development.

Topics covered:

  • JavaScript Development Tools
    • Visual Studio 2013
    • Sublime Text 2 with plugins
    • Notepad++
  • Debugging tools
    • Google Chrome / Opera Developer Tools
    • Firefox Firebug
    • Internet Explorer F12
  • Utilities

Read More


Video: Introduction to JavaScript (Bulgarian)

Video lecture about introduction to JavaScript.

The video is recorded in 2014 in a training I was delivering in Telerik Academy.

Dynamic HTML (DHTML) is a combination of web technologies used to create interactive and animated web pages that can respond to user actions without requiring a page reload. To create DHTML, you need to have a good understanding of HTML, XHTML, CSS, JavaScript, and the Document Object Model (DOM). JavaScript is a programming language used to create interactive effects and dynamic content in web pages. It has a simple syntax and can be embedded in HTML pages. Pop-up boxes are a common JavaScript feature used to display messages or alerts to users. Debugging is an essential process in JavaScript development to find and fix errors in the code. Overall, these topics are essential for web developers to create engaging and dynamic web pages using JavaScript and related technologies.

Topics covered:

  • Dynamic HTML
  • How to Create DHTML?
    • XHTML, CSS, JavaScript, DOM
  • Intro to JavaScript
    • JavaScript in Web Pages
  • JavaScript Syntax
  • Pop-up boxes
  • Debugging in JavaScript

Read More


Video: Data Types and Variables in JavaScript (Bulgarian)

Video lecture about data types and variables in JavaScript.

The video is recorded in 2015 in a training I was delivering in Telerik Academy.

JavaScript supports several data types such as integers, floating-point numbers, booleans, and strings. These data types are used to store different kinds of values in a program. To store and manipulate data in JavaScript, variables are used. Variables are declared using the "var" keyword, and values can be assigned to them using the assignment operator. Variables must be given an identifier, which is a unique name that is used to refer to the variable throughout the program. By understanding data types and variables, JavaScript developers can create robust and dynamic programs.

Topics covered:

  • Data Types
    • Integer
    • Floating-Point
    • Boolean
    • String
  • Declaring and Using Variables
    • Identifiers
    • Declaring Variables and Assigning Values

Read More