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.
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.
Video lecture about creating plugins for jQuery.
The video is recorded in 2015 in a training I was delivering in Telerik Academy.
In the lecture I presented, we began by addressing the foundational concepts of jQuery Plugins, emphasizing their primary functions and roles within web development. From there, I introduced the audience to jQueryUI, elucidating its vast array of user interface interactions, widgets, and associated effects. As we delved deeper, I dedicated a segment to the detailed process of crafting custom plugins, offering attendees a step-by-step guide to the procedure. I also took the opportunity to touch upon the vital concept of implementing chaining, explaining its significance in optimizing code structure and functionality. To round off the lecture, I provided an in-depth overview of plugin options, showcasing the myriad ways they can be tailored and adapted to suit varied developmental needs.
Topics covered:
Video lecture about the fundamentals of jQuery.
The video is recorded in 2015 in a training I was delivering in Telerik Academy.
This informative video serves as a one-stop resource for mastering jQuery, one of the most popular JavaScript libraries in use today. Starting with an introduction to what jQuery is, the video moves on to explore foundational topics like jQuery fundamentals and selectors. From there, delve into more advanced areas including DOM Manipulation, altering DOM elements, and understanding jQuery-specific DOM elements. The video also provides a detailed overview of AJAX—how to execute AJAX requests and the various methods jQuery provides for AJAX interactions.
Topics covered:
Video lecture about arrays in JavaScript.
The video is recorded in 2014 in a training I was delivering in Telerik Academy.
In this comprehensive lecture on Arrays in JavaScript, we delve into multiple facets of this essential data structure, starting with the fundamentals of declaring and creating arrays using either the Array()
constructor or array literals. We then transition into how to access individual array elements through their index. The lecture also discusses the concept of dynamic arrays and how they can be resized and restructured on-the-fly in JavaScript. Finally, we explore various operations that can be performed on arrays, such as concatenation to join arrays, slicing to extract segments, and manipulation techniques like adding, removing, or altering elements. This lecture aims to equip you with a robust understanding of arrays to enhance your JavaScript programming skills.
Topics covered: