Super Tek Kurs provides a C programming course. By providing you enough of individual attention and careful monitoring of your progress, besides bite-sized and insightful examples, we will lead you to a smooth learning process with impressive results.
Super Tek Kurs provides a C++ programming course for people who want to build a very solid foundation in their C++ adventure. We help you, with individual and careful attention, develop your skills in an easy and enjoyable process.
We provide virtual course about advanced C++ programming. C++ is a powerful and complex language. This course covers advanced C++ language features and development techniques, to help you get the most out of the language.
We provide virtual course about C# 12 Advanced Development. Once you´ve mastered the core features of C# as a programming language, you´re ready to take the next step. The .NET platform offers an incredibly rich and diverse set of APIs that cover all aspects of contemporary development.
We provide virtual course about C# 12 Development and .NET 8. This course takes a detailed look at the C# programming language and the .NET library. You will learn how to write efficient and effective code in C#, making use of the latest techniques and language features.
We provide virtual course about C++ Design and Best Practices. C++ is an exquisitely rich language, packed with fascinating language features and extensive library capabilities. Learning the syntax and STL nuances is a task in itself.
We provide virtual course about C++ Programming - 5 days hands-on. This course is aimed at students who need to get up to speed in C++. The course introduces Object-oriented concepts and shows how they are implemented in C++.
We provide virtual course about C++ Test-Driven Development. All developers want to build good quality software but not all developers test their software as they go along. Why not? A common explanation is "I don´t have time to write tests!" The more pressure they feel, the fewer tests they write.
Thought you knew C++? Think again! The C++11 standard is a huge leap forward in the language and STL. Largely inspired by Boost, the C++11 standard introduces support for lambdas, multithreading, vastly improved object construction mechanisms, and much more beside.
We provide course about introduction to C# and .NET. If you are getting started with programming and you´re aiming to use C# and .NET, then this is the course for you. The course explains essential programming concepts and object-oriented techniques and explores fundamental C# syntax in this contex.
We provide virtual course about Kotlin Development. Kotlin is an object-oriented language that can run equally well on the Java Virtual Machine or natively on the operating system. Kotlin is also a functional language, and combines the features and benefits of OO and functional programming.
We provide virtual course about Modern C++20 Development. This course takes a deep and detailed look at all the new features on offer in C++11, along with the incremental additional changes in C++14, C++17, and C++20.
We provide virtual course about Python for Financial Traders in english. Use Python and its statistical computing libraries to analyse and visualise your financial data and to gather some actionable insights.
We provide virtual course about secure coding in C and C++ in english. Your application written in C and C++ works as intended, so you are done, right? But did you consider feeding in incorrect values? 16Gbs of data? A null? An apostrophe? Negative numbers, or specifically -2*32?
We provide virtual course about security testing C and C++ applications in english. Your application written in C and C++ is tested functionally, so you are done, right? But did you consider feeding in incorrect values? 16Gbs of data? A null? An apostrophe? Negative numbers, or specifically -2^32?
We provide online course about (In)Security in C++. The course teaches C++ developers fundamental concepts from Exploit Development and Reverse Engineering, and uses these concepts to demonstrate common vulnerabilities in C++ codebases.
Online - Advanced and Modern C++ Programming: The tricky parts. Whenever I give C++ trainings I run into the same topics of "half knowledge". We use a lot of pretty complicated features (e.g., templates, move semantics, and smart pointers) in our day-to-day programming without full understanding.
We provide online course about advanced modern C++. C++ is a hard and complicated programming language. When used correctly it delivers the best possible performance. Unfortunately, it is often misused which is a source of many problems.
We provide online course about Building a Deployment Pipeline with C# and Cake. Remember when most web applications were just a website and a SQL database? Yeah, things are different these days.
We provide online course about building an event sourced system in C#. If we only store the current state of our data, as we often do with CRUD-based systems, we’re losing information by default. For instance, there is no way of knowing how the data looked at a certain point in time.
Online course - Right at the centre is Visual Studio and C#. Visual Studio is the tool that allows us to build all the different types of applications, ranging from web applications to cross-platform mobile applications to cloud-based applications.
We provide online course about C++20 in practice - a complete introduction. C++20 is the latest new release of C++, now supported by major compilers. C++20 will change the way we program more dramatically than C++11 did.
We provide online course about CI/CD as Code with C#, Cake and .NET 5.0. Remember when most web applications were just a website and a SQL database? Yeah, things are different these days.
We provide online course about Deep C - a two day course for experienced programmers. This course is aimed at experienced programmers that would like to further deepen their understanding and knowledge of this blunt and fascinating programming language.
We provide online course about Developing Applications with .NET and C#. .NET has evolved quite a lot. From a framework which we could use to build Windows and WebForms, it has evolved into an ecosystem that we can use to build modern, responsive and cloud-ready systems for enterprises.
We provide online course about Developing Machine Learning Applications in C# with ML.NET. In this workshop, you will learn how to infuse Machine Learning capabilities into your .NET applications with ML.NET.
We provide online workshop about Developing with C#. This workshop is for developers that have worked in programming for a while, not necessarily C#, but also the C# developers that have not caught up on the latest changes in the language.
We provide course about driving your C# code with tests. Testing forms an integral part of the modern software development flow. From customer-facing acceptance tests to code-focused unit tests, automated testing is part of the fabric of a modern build process and deployment pipeline.
We provide online course about Driving Your C++ Code with Tests. Testing forms an integral part of the modern software development flow. From customer-facing acceptance tests to code-focused unit tests, automated testing is part of the fabric of a modern build process and deployment pipeline.
Testing is an absolute must when building reliable software. It allows us to make code changes with minimal amount of risk and it ensures that bugs or problems within our codebase are caught early, before they can even have any customer impact.
We provide online course about high performance C# code with visual studio´s profiler. Is your application slow? Do you know where the bottlenecks are? How do you take the guesswork out and start making measurable differences? Visual Studio´s profiler is a killer tool for working out what´s slow.
We provide online course with introduction to C++20. The C++20 is not just yet another incremental update but a profound change to the C++ language and its standard library. With many essential features added this C++ version may impact us even more than C++11 did nearly 10 years ago.
We provide a 2 days online course about Mod(C++) Fundamentals. Mod(C++) Fundamentals is a two day training course. It is ideal for new hires that have little to no experience in C++.
We provide online course about Mod(C++) Fundamentals: Introduction to C++. Mod(C++) Fundamentals is a two day training course. It is ideal for new hires that have little to no experience in C++, but are proficient in an Object Oriented Programming language, like Java or C#.
We provide online course about Mod(C++) Intermediate. Mod(C++) Intermediate is a two day training course. It is ideal for people who have some C++ experience or that have taken Mod(C++) Fundamentals.
We provide online course about modern C. C as a language has evolved a lot since it was first standardized in 1989, aka C89/C90/ANSI C. Among other things, C99 introduced better support for scientific computing, C11 introduced a new memory model and support for concurrency.
We provide online course about Modern C++ Design Patterns. Design patterns have proven themselves invaluable over several decades and thus knowledge about them is essential to design robust, decoupled systems.
We provide online course about More Concurrent Thinking in C++: Beyond the Basics. The workshop will cover the new multithreading facilities being introduced to upcoming versions of the C++ Standard and how they will simplify the life of a library or application developer.
We provide online course about moving to C++. A quick-start for the programmer who is interested in moving to C++ from C or another language. My classes are highly interactive. Come prepared to discuss and do group exercises!
We provide online course about OpenAI & ChatGPT: Mastering AI- Language Models in C#. Generative models produced by OpenAPI, like ChatGPT, have rapidly advanced AI development and the ability to incorporate intelligence into C# and .NET applications.
We provide online course about program with GUTs in C. One of the greatest shifts in modern programming practices has been how programmers across many different domains and languages have embraced unit testing.
We provide online course about Rust for the C++ Developer. Rust is a systems language designed to prevent some of the pitfalls encountered in other languages. In this 2 day workshop, we will guide you through the fundamentals of the Rust language. Tailored for C++ developers.
We provide online course about upgrading Your C# Skills in .NET 7. Are your C# skills up to date? It is easy to get focused on what you need to know to get the job done, but have you rounded out your skills with the latest C# features?