Packt – Jira 8 Recipes

Packt – Jira 8 Recipes-XQZT
English | Size: 868.09 MB
Category: Tutorial

Jira is an issue and project-tracking application, and one of the most popular software development tools utilized by Agile teams Jira 8 comes with performance improvements to meet the demands of ever-growing enterprise teams. This one-stop resource will get you started creating (and working with) Jira plugins and customizations. We will be using Jira 8 throughout this tutorial. You ll begin your journey by learning to develop and deploy plugins and then modify them to suit your needs. You will learn to customize the look and feel of your Jira UI, and then perform a detailed configuration of Jira Issues for administrators. Then you ll learn to create and manage custom fields in JIRA efficiently, and operate with workflows by learning to manipulate them programmatically. Finally, we cover how to build useful gadgets and prepare reports. By the end, you will have built a solid foundation in Jira and will be equipped to use it efficiently to improve your team s productivity

Packt – 11 JavaScript Features Critical to Understand

Packt – 11 JavaScript Features Critical to Understand-XQZT
English | Size: 1.49 GB
Category: Tutorial

If you are working with JavaScript at all, you need to understand and be able to work with its most critical features.
In this course you will focus on 11 of those critical features. Each feature is addressed on its own, but the course is also structured to build on previously taught features and concepts. You’ll start with some of the most basic features like scope and hoisting, but eventually tackle more complex features like closure and immediately invoked function expressions.

Packt – Advanced ESP32-XQZT

Packt – Advanced ESP32-XQZT
English | Size: 4.94 GB
Category: Tutorial

This course will provide you deeper insights into the features of the ESP32 board, that you didn’t even imagine. You will be able to make your products or projects user-friendly by implementing OTA Programming and WiFi Manager. You ll gain an in-depth understanding of RTOS and its applications Understand FreeRTOS and be able to implement it to optimize your projects or products.

Cloud Academy – Python for Beginners

Cloud Academy – Python for Beginners-STM
English | Size: 662.53 MB
Category: CBTs

Course Overview: We start with an introduction to an Interactive Development Environment and to the basic concepts of programming with the Python language. We then introduce how data is stored and represented within computers, and how primitive data types are used by Python to represent data within programs. We then learn more about how data is stored and collected by Python, how Strings and Tuples are stored and managed in Python and what the common operators are for manipulating these data types. Finally we learn how to create a simple function that outputs a string to the computer console