From the blog

Powerful Data Visualization Using JavaScript Carousels And NASA APIs

Carousels are a great way to allow users to swipe through multiple full-screen pages. A carousel shows only one of its pages at a time but allows you to browse through other pages using a swipe gesture. You can think of a carousel as a single active item, with the rest of the items stretching away left and right. Indicator dots visualize how many available screens are available to swipe through. In this blog post, we’ll look at how we can use NASA APIs to create beautiful JavaScript image carousels for powerful data visualization and analysis. How can I get images from NASA APIs? NASA provides a bunch of APIs to access a variety of astronomical data such as APOD, Asteroids NeoWs, DONKI, Earth, EONET, EPIC, Exoplanet, etc. To use these APIs, you need to have an access token. You can create your access token by registering onto the NASA portal with your email address and password. For demonstration activities throughout this tutorial, we will use the following API calls to NASA to get the images for our Sencha carousel. APOD (current day) APOD (specific day) Earth imagery APOD API (current day) let request = new XMLHttpRequest(); request.open(“GET”, “https://api.nasa.gov/planetary/apod?api_key=”); request.send(); request.onload = () => { if (request.status === 200) { // by default the response comes in the string format, we need to parse the data into JSON console.log(JSON.parse(request.response)); } else { console.log(`error ${request.status} ${request.statusText}`); } }; In the code above, we are calling NASA’s planetary APOD API with no optional query parameters. It means that it will return the astronomical picture of the day for the current day. Notice that the api_key query parameter specifies a placeholder in the above code snippet which should be replaced with your personal API access token before making the API call. Earth Imagery API let request = new XMLHttpRequest(); request.open(“GET”, “https://api.nasa.gov/planetary/earth/imagery?lon=100.75&lat=1.5&date=2014-02-01&api_key=”); request.send(); request.onload = () => { if (request.status === 200) { // by default the response comes in the string format, we need to parse the data into JSON console.log(JSON.parse(request.response)); } else { console.log(`error ${request.status} ${request.statusText}`); } }; In the above code, we are calling NASA’s earth imagery API with a bunch of query parameters. The API will return an earth image at the specified latitude and longitude values. Notice that the api_key query parameter specifies a placeholder in the above code snippet which should be replaced with your personal API access token before making the API call. APOD API (specific day) let request = new XMLHttpRequest(); request.open(“GET”, “https://api.nasa.gov/planetary/apod?date=2020-05-05&api_key=”); request.send(); request.onload = () => { if (request.status === 200) { // by default the response comes in the string format, we need to parse the data into JSON console.log(JSON.parse(request.response)); } else { console.log(`error ${request.status} ${request.statusText}`); } };   In the above code, we are calling NASA’s planetary APOD API with the date as an optional query parameter. It means that it will return the astronomical picture of the day for the specified day. Notice that the api_key query parameter specifies a placeholder in the above code snippet which should be replaced with your personal API access token before making the API call. You can find numerous other NASA APIs at api.nasa.gov. How can I set up a simple horizontal carousel? The response of each API call we used above will either return a link […]

Read More

The 2021 CISSP Exam and Application Security: What’s Changed?

Published July 1, 2021 WRITTEN BY MICHAEL SOLOMON Michael G. Solomon, PhD, CISSP, PMP, CISM, PenTest+, is a security, privacy, blockchain, and data science author, consultant, educator and speaker who specializes in leading organizations toward achieving and maintaining compliant and secure IT environments. The Certified Information Systems Security Professional (CISSP) certification, granted by the International Information System Security Certification Consortium Inc., or (ISC)2, is one of the most prestigious vendor-neutral information systems security leadership certifications. The CISSP certification is a credential that signifies its holder possesses professional experience and demonstrates a high level of knowledge across information systems security domains. (ISC)2 periodically updates the information systems security Common Body of Knowledge (CBK) to reflect the state of today’s organizations and environments. The latest version of the CISSP exam was released on May 1, 2021. This updated exam addresses the latest cybersecurity challenges. Some of the noticeable changes from the previous exam are in the software security domain. New CISSP exam takers must demonstrate a deeper knowledge of developing secure software than those who took previous editions of the exam. Software security has taken on a higher profile. Let’s look at how the 2021 CISSP exam changes add focus on developing secure software. Why the CISSP certification is important The CISSP certification is not the only cybersecurity certification, but it is one of the most respected certifications in the industry. Although criticized as an overly broad certification, its focus is on demonstrating a working knowledge in eight defined domains that cover most cybersecurity concerns. The CISSP exam focuses more on cybersecurity leadership and a grasp of pertinent concepts and topics, as opposed to a deep knowledge of a specialized practitioner. The certification tends to be more sought after by those either in or pursuing management and leadership positions. There are currently over 147,000 CISSPs worldwide, and the certification enjoys international recognition as a high-quality and difficult-to-attain certification. The CISSP was the first information security credential to meet the ISO/IEC 17024 standard requirements, which define criteria for certification-granting organizations. The CISSP is also approved by the Department of Defense to satisfy multiple DoDD 8570 Level III certification requirements. And in May 2020, the UK National Recognition Information Centre (UK NARIC) granted the CISSP a Level 7 ranking, which equates the certification with a master’s degree. The popularity of the CISSP certification, along with its longevity and demonstrated rigor, make it an attractive target for managers and executive leadership in information systems security roles. In short, there are many information systems security leaders who are CISSPs. Whatever (ISC)2 deems important in their CBK and exams will be considered important by its credential holders. Changes to the 2021 CISSP exam related to application security Domain 8 of the CISSP exam is Software Development Security, and it represents 11% of the questions test takers will encounter. The previous edition of the CISSP exam weighted Domain 8 at 10%. A single percentage increase in weight may not seem like very much, but some of the covered content has changed quite a bit. Previous coverage of Software Development Security was a bit generic and high-level, but the 2021 CISSP exam objectives are more granular with some interesting additions.   To give an overview of the CISSP exam objectives, here are the eight domains: Security and Risk Management Asset Security […]

Read More

Mobile With Delphi: The Visually Stunning Wine Unit

Your mobile phone is not the first place to spring to mind when you think of wine. Mankind has had some sort of relationship with wine for centuries, possibly even thousands of years according to some reports. The oldest drinkable wine is known as The Speyer bottle which dates back to Roman times. Anyone who has seen ancient Roman and Greek mosaics will have noticed their apparent pre-occupation with quaffing wines. Our fascination with this liquid entertainment crosses whole continents and cultures, touching almost every form of society and diversity. Our need to protectively contain the fragile and delicate flavors has given rise to a whole host of different containers ranging from the amphorae beloved of the ancients and Bacchus to the barrels of medieval to late industrial times through the bottles and cases which line the shelves of our modern grocery aisles. Ancient wine, modern mobile app These containers had, and have, such a diversity of sizes, shapes, materials and volumes the vintners felt compelled to give them names in order to differentiate them from one another. The names are such an eclectic mix that they often are almost un-guessable as to how much of the boozy liquid they can hold. Is a Jeroboam bigger than a Rehoboam? How many glasses can you get out of a Jennie? (Spoiler alert: it’s three) Wine Unit, helping us know the Balthazars from the Nebuchadnezzars The beautiful Wine Unit, from Belgian developer MICRI Consult, exists to immerse us into this world of wine to your modern mobile device and assist us in selecting and understanding the containers which protect the precious liquid to ensure the full flavor of a far-flung Terroir drifts unharmed on that fulsome bouquet. Written using RAD Studio Delphi the app contains four groups of wine containers: bottles, unusual bottle sizes, barrels and containers. Within each group, the bottles, barrels or containers are compared against each other and you also get their volume in different units. Using the robust cross-platform FireMonkey FMX framework to harness the reins of the mobile device it frees up MICRI Consult to focus on making the app functional and yet beautiful to look at. Google Play Wine Units Screenshot Gallery

Read More

5 Powerful Cryptography Libraries To Enhance Your App’s Security!

What is Cryptography? According to Kaspersky, Cryptography is the study of communications security techniques that allow only the sender and intended recipient of a message to view its contents. Cryptography is closely associated with encryption, which is the act of scrambling ordinary text into what’s known as ciphertext and then back again upon arrival. Modern cryptography exists at the intersection of the disciplines of mathematics, computer science, electrical engineering, communication science, and physics. Applications of cryptography include electronic commerce, chip-based payment cards, digital currencies, computer passwords, military communications, etc. 3 Types of Cryptographic Algorithms According to Kessler, 2021, these are the three types of Cryptographic Algorithms: Secret Key Cryptography (SKC): Uses a single key for both encryption and decryption; also called symmetric encryption. Primarily used for privacy and confidentiality. Public Key Cryptography (PKC): Uses one key for encryption and another for decryption; also called asymmetric encryption. Primarily used for authentication, non-repudiation, and key exchange. Hash Functions: Uses a mathematical transformation to irreversibly “encrypt” information, providing a digital fingerprint. Primarily used for message integrity. Why use Python for Cryptography? Python provides powerful Cryptographic libraries as we will explore them in this article. Python is good for rapid prototyping. Read more here, to see “How Python is Ideal for Solving Mathematically Heavy Problems”: Delphi adds powerful GUI features and functionalities to Python In this tutorial, we’ll build Windows Apps with extensive cryptographic capabilities by integrating Python’s Computer Vision libraries with Embarcadero’s Delphi, using Python4Delphi (P4D). P4D empowers Python users with Delphi’s award-winning VCL functionalities for Windows which enables us to build native Windows apps 5x faster. This integration enables us to create a modern GUI with Windows 10 looks and responsive controls for our Python Computer Vision applications. Python4Delphi also comes with an extensive range of demos, use cases, and tutorials. We’re going to cover the following… How to use hashlib, hmac, secrets, PyCryptodome, and One-Time-Pad Python libraries to perform Cryptographic tasks All of them would be integrated with Python4Delphi to create Windows Apps with Cryptographic capabilities. What are the pre-requisites for using the cryptography libraries? Before we begin to work, download and install the latest Python for your platform. Follow the Python4Delphi installation instructions mentioned here. Alternatively, you can check out the easy instructions found in the Getting Started With Python4Delphi video by Jim McKeeth. Time to get started! First, open and run our Python GUI using project Demo1 from Python4Delphi with RAD Studio. Then insert the script into the lower Memo, click the Execute button, and get the result in the upper Memo. You can find the Demo1 source on GitHub. The behind the scene details of how Delphi manages to run your Python code in this amazing Python GUI can be found at this link. Open Demo01.dproj. 1. How do you perform cryptographic tasks with hashlib? The hashlib module defines an API for accessing different cryptographic hashing algorithms. To work with a specific hash algorithm, use the appropriate constructor function or new() to create a hash object. From there, the objects use the same API, no matter what algorithm is being used. Since hashlib is “backed” by OpenSSL, all of the algorithms provided by that library are available, including: md5 sha1 sha224 sha256 sha384 sha512 Some algorithms are available on all platforms, and some depend on the underlying libraries. […]

Read More

Windows 11: A Beautiful Meteor Will Wipe Out The Dinosaurs

Windows 11 is coming. It’s a fact – and it’s a gorgeous visual tweaking of the Windows desktop, start menu, taskbar and even the rendering of things like your application’s window borders and “non client area”. It’s Microsoft’s new glorious shooting star launching itself at the unwary peoples of the world from out of the clouds… and it’s going to wipe out the dinosaurs. Are you one of the technology dinosaurs? The new Windows 11 “Hello” screen – not massively different from Windows 10 Microsoft’s beautiful unfurling flower of Windows 11 wowed those of us watching that slightly shaky live Windows 11 launch video feed. It had lots of eye candy. Hidden among the schmoozing of rounded corners for all apps and semi-transparent acrylic everywhere were a few signs that Windows 11 is going to also be a coming Armageddon for lots of older PC hardware and a good few existing applications too. The Windows 11 widget panel replaces the pariah that is Windows live tiles Windows 11 is visually stunning Search in Windows 11 I’ve been waving the Fluent UI flag at anyone who would listen for a few years now. We’ve talked about Project Reunion and UI 3 in a few places. Well, with this latest announcement, Project Reunion gets renamed to the slightly less inspiring “Windows App SDK”. There’s a name produced by a group-think committee if I ever saw one. Apart from being about as exciting as an Arizona weather forecast it’s also unhelpfully close to the existing “Windows SDK”. There’s going to be some great moments in podcasts and webinars where presenters discuss “using the Windows SDK” and then having to clarify they actually meant “Windows App SDK which used to be Project Reunion”. The new Windows 11 app launch screen LOTS of semi-transparent acrylic in Windows 11 along with a centered task bar (I’m not a fan of this I have to say) as well as a much less cluttered look which is an achievement since that was one of the key selling points of Windows 10. Windows 11 has a new app store – how will that affect my Windows and mobile apps? The all new Windows 11 app store Tucked in between the massive amounts of semi-transparent acrylic “widget” panels that replace the existing Windows Live Tiles – which were almost entirely shunned by all developers not directly employed by Microsoft – there was an announcement more directly affecting developers using RAD Studio Delphi and C++ Builder. Microsoft are launching a completely re-vamped Windows App Store. The new Windows 11 App Store appears to be a total re-think on Microsoft’s original aims for the Windows Store when it first debuted. In the past the old Microsoft Store had fairly limited success. It’s possible this was due to the way apps had to be packaged for it, the technology your apps needed to employ and the whole delivery mechanism. This new app store is going to be a real game-changer. Microsoft are allowing virtually all packaging mechanisms and, boldest of all, it will contain Android apps which will run natively in Windows 11 without any apparent changes. This new “Windows Subsystem for Android” seems to borrow from the lessons learned with the astounding success of WSL, the Windows Subsystem for Linux. Amazon, your […]

Read More

How To Become The Ultimate World Anagram Champion!

Do you harbor a secret inner desire to be the next Professor Robert Langdon zooming around exotic tourist destinations and the world’s most beautiful landmark cities solving anagrams and saving The World from ancient secret societies? If so, you’d need to enjoy unscrambling fiendishly difficult word tangles to reveal their original form. It’s not easy, but anagrams have existed as pastimes and diversions for as long as society has been able to read and write so we humans must enjoy the challenge. An Android Anagram solver, written in Delphi Don’t worry, luckily your burgeoning aspirations at becoming world anagram champ have a little help from Arizona-based developer ASW Software. Lead by Anthony West, ASW have produced a beautiful Android app which rapidly helps you solve anagrams without having to go to the trouble of obtaining a Professorship in Linguistics. Floccipender is an optimized word descrambler with a simple interface which allows for super-quick solving of scrambled text. Written in RAD Studio Delphi using the powerful cross-platform FireMonkey FMX framework the app looks great and, thanks to the native code generation of RAD Studio, works at the full speed of the user’s mobile device. More on Floccipender Floccipender can solve single word anagrams, scrambled word games and newspaper quiz page anagrams. Here’s what ASW have to say about Floccipender: “the features include the ability to force the app to use all of the letters that are scrambled, or you can specify the minimum word length and Floccipender will find all words that can be created from the scrambled text. The results of the descrambled text is provided in less than a second as Floccipender has been optimized to unscramble words in just a matter of seconds“. Less than a second…on a mobile device. That’s pretty impressive! Website Floccipender Google Play Floccipender Screenshot Gallery

Read More

Exploratory Data Analysis for Machine Learning Apps Using FusionCharts And Javascript

AI and machine learning are becoming more and more important in the world of business every day. AI is particularly useful in helping businesses predict trends, like sales forecasts or consumer behavior. Machine learning on the other hand can help a salesforce follow up on sales calls or even predict when customers may be ready to convert. There are plenty of ways AI can help you, but it doesn’t happen on its own. Exploratory data analysis is one of the first steps in developing any machine learning or AI app. It helps data scientists gain key insights and discover trends within numbers. Trends that might not be obvious otherwise. Data visualization is also a key part of exploratory data analysis. In addition, effective data presentation can help companies develop good marketing strategies and promote long-term growth. If you are looking to improve the way your business visualizes its data, FusionCharts is an extensive library that includes 100+ charts and 2000+maps that can be easily integrated into a Javascript app. It has a wide variety of options for creating interactive charts and dashboards, which can be customized according to your data and application. If all this interests you, then read on to find out how you can integrate a FusionCharts presentation in Sencha’s ExtJS app. This blog will teach you how to create a multi-series 2D column chart and a multi-series spline chart. Both these charts are shown below:   Multi-Series Chart (left), Multi-Series Spline (right) The Data Source The data for this app is taken from Global Health Observatory resources run by the World Health Organization. It shows the life expectancy of both males and females in Pakistan, along with the combined data for both groups. The data has been retrieved from the following URL with the given parameters: https://apps.who.int/gho/athena/api/GHO/WHOSIS_000001.json?filter=COUNTRY:PAK&profile=simple With the above query, a JSON object is returned. A part of the JSON text is shown below: { … “fact”: [ { “dim”: { “PUBLISHSTATE”: “Published”, “GHO”: “Life expectancy at birth (years)”, “SEX”: “Male”, “REGION”: “Eastern Mediterranean”, “COUNTRY”: “Pakistan”, “YEAR”: “2000” }, “Value”: “59.3” }, …. } We’ll use the data in the ‘fact’ key to draw the chart or spline. What Are the Steps For Integrating FusionCharts With ExtJS Below are four easy steps that you can follow to develop an ExtJS app with FusionCharts. It is assumed that you already have ExtJS or its trial version installed on your machine. Step 1: Create an Empty ExtJS Project To begin, you need to generate a minimal desktop application using the Ext JS Modern Toolkit. If you are new to Sencha, you can create an empty project by typing at the console: ext-gen app -i Next, follow the instructions at the prompt. Make sure to name your project chart and select the moderndesktopminimal option. You can follow this tutorial to better understanding how to generate a minimal desktop app using the modern toolkit. I have chosen to place all my project files in a folder called fusioncharts-extjs-demo. Step 2: Include FusionCharts Library Open the index.html file located in the main project directory. Add these lines anywhere in the header to include FusionCharts support for rendering charts and themes. Step 3: Add the Main View In the main view, we’ll add the following: The main App heading Two buttons for selecting […]

Read More

How Do I Add An Ultimate AI-Driven Chatbot To My App?

Chatbots are the unctuous umami flavoring to modern enterprise-grade apps. The AI in the chatbot is the secret sauce. What you need is the recipe. A chatbot adds that extra polish to your app, if it’s appropriate to your user base and the app’s purpose. At the most fundamental level the chatbot is simply a computer program which simulates human conversation and is used to engage with your users, taking your app’s human interaction to your user in a very personal way. Implemented correctly, we are able to automate repetitive and bureaucratic tasks which leaves we developers free to focus on – and hopefully solve – the more complex problems. Why add a chatbot to my app? Many companies are examining various processes, such as frequently asked questions and initial trouble-shooting or triaging of support inquiries which they then to put in a flow diagram and structure the requests and responses in the form of a written, or sometimes spoken, dialogue. When chatbots go rogue – “let’s eat Grandma” The hard part about chatting is understanding what is being meant, not what is actually being said. The best and most successful chatbots employ artificial intelligence to help us with the tricky job of understanding whether “let’s eat Grandma” or “let’s eat, Grandma” is an appropriate thing to say prior to a family meal, or an invitation to casual cannibalism. Poor Grandma. Adding scalable AI can help make your app make sense of the nonsense Joking aside, the AI still needs to work out what the intent of a sentence is. If I type “my internet is not working” the AI needs to understand that “the internet” is something that may or may not function and that the internet not working means it is not functioning but the phase “my dad does not work” means he is not currently employed rather than he is non-functional. In a conversation, there are many ways to ask the same thing and it is impossible to prepare your chatbot manually, to predict all of them. Here is where Artificial Intelligence takes our apps to the next level. With it, even asking in a way you did not predict, you get correct answers. You could create your own AI, but far better to use an external tool like Watson (IBM), Google Ai, or Wit.Ai (Facebook). Let’s summarize a menu of a few key ingredients (Grandma is not on the list) which, when combined, will allow you to add a fully-functioning chatbot, with Ai, using Delphi. AI Chatbot Ingredient Number 1: The RESTful API The first is step is to know how to consume and offer API endpoints in  Delphi. The majority of the platforms that you will use to talk with someone are external. This means that you need to send the message from your ChatBot to them. Usually, you will need a Rest API server. Also, you will probably need to consume their REST API endpoints. A great tool to offer API endpoints and create your REST API server is Delphi MVC Framework. It is simple, but robust at the same time. You can check the full implementation of the Delphi MVC Framework here. Consume REST API endpoints are easy with Delphi, you can use the Delphi REST Debugger. You can check a simple way […]

Read More

Exploring ARM on the Desktop

In the next TCoffeeAndCode session at noon CDT on June 30th, we are taking a look at Delphi 10.4.2 on the new desktop Arm based Apple M1 CPU with both MacOS and Windows 10, with a little look at the recently announced Windows 11. I’ll be updating this post with more details of working with the Apple M1 processor and ARM on the desktop. I have an M1 powered Mac Mini running the latest Mac OS and the Windows 10 for ARM in a virtual machine. If you are familiar with the RAD Studio Roadmap you know that the next major release of Delphi will include native support for the Arm based Apple M1 processor. We won’t be covering any of the unreleased versions of Delphi, but instead looking at the compatibility and interoperability of 10.4.2 today.

Read More