Tag: App development
-
Setting up Tailwind CSS with Vue.js
Posted on August 27, 2020, Level beginner Resource Length medium
Tailwind CSS is one of the rising stars in the CSS framework world. It's especially popular in the Laravel and Vue.js community. By Markus Oberlehner.
Tags css frontend nodejs web-development app-development
-
Working with an internet connection on iOS with Swift: Best practices
Posted on August 16, 2020, Level intermediate Resource Length medium
Networking is an integral part of most iOS applications. A common network-related task is Internet connectivity detection. Written by Vadim Bulavin.
Tags swiftlang web-development app-development how-to
-
Generating TypeScript types and React Hooks based on GraphQL endpoint
Posted on August 15, 2020, Level intermediate Resource Length short
Autogenerate Typescript types and custom React hooks in React applications with GraphQL Code Generator. Danilo Woznica.
Tags react web-development javascript app-development
-
Beyond the Sandbox: Signing and distributing macOS apps outside of the Mac App Store
Posted on August 11, 2020, Level intermediate Resource Length long
Since the advent of OS X Mojave and especially Catalina and the requirement for app notarization, some of us old-time macOS developers are concerned that Apple will pull the plug on the apps that we distribute ourselves. Many of you have downloaded and installed macOS software directly from websites, i.e., not from the Mac App Store. Have you ever really considered it? By Andrew Jaffee.
Tags swiftlang app-development web-development learning how-to
-
How to scale and secure Django application with Docker, Nginx, and Let's Encrypt
Posted on August 7, 2020, Level intermediate Resource Length short
In cloud-based environments, there are multiple ways to scale and secure a Django application. By scaling horizontally, and running several copies of your app, you can build a more fault-tolerant and highly-available system, while also increasing its throughput so that requests can be processed simultaneously. By Hanif Jetha.
Tags python web-development app-development infosec nginx ssl servers
-
Data breaches could cost you hundreds of millions
Posted on August 6, 2020, Level beginner Resource Length short
Mega breaches that compromise 50m records or more cost businesses $392m on average. By Anthony Spadafora.
Tags ibm infosec learning cio software app-development
-
Three tips for coding with Alexa SMAPI SDK
Posted on July 31, 2020, Level intermediate Resource Length medium
The SMAPI SDK makes it easier than ever to build Alexa skill management and reporting functions into web, mobile, and desktop apps using one of the supported languages (Node.js, Python, and Java). By Greg Bulmash.
Tags aws cloud miscellaneous robotics app-development bots
-
How to Build a chatbot for SAP Analytics Cloud with SAP Conversational AI
Posted on July 30, 2020, Level advanced Resource Length medium
In this straightforward tutorial, we'll learn how to create an SAP Analytics Cloud chatbot with SAP Conversational AI, and SAP Analytics Cloud (SAC) Custom Widget. By Ferry Djaja.
Tags cloud bots miscellaneous robotics app-development
-
Replacing web server functionality with serverless services
Posted on July 29, 2020, Level intermediate Resource Length medium
Web servers bring together many useful services in traditional web development. Developers use servers like Apache and NGINX for many common tasks. Linux, Apache, MySQL, and PHP formed the LAMP stack to power a large percentage of the world's websites. Other variants, like the MEAN stack (MongoDB, Express.js, AngularJS, Node.js), have also been popular. By James Beswick.
Tags app-development infosec aws serverless
-
What is DevSecOps? Why it's hard to do well
Posted on July 28, 2020, Level intermediate Resource Length long
DevSecOps is about introducing security earlier in the life cycle of application development, thus minimizing vulnerabilities and bringing security closer to IT and business objectives. By Lucian Constantin.
Tags app-development infosec open-source devops cloud
-
Firebase -- Short introduction for beginners
Posted on July 27, 2020, Level intermediate Resource Length long
In the current tech world, Firebase is one of the most trending technologies that help you to make a super cool web app or mobile apps in a short span of time. Firebase is a BaSS (backend as a service) provided by Google. By Sm0ke.
Tags app-development javascript open-source cloud
-
Mastering web components in Ionic 4
Posted on July 19, 2020, Level intermediate Resource Length medium
In this series of posts we are going to go deeper on the new structure and core concepts of Ionic 4 and explore more advanced topics. Author also believes that the few structural changes that were made in Ionic 4 are a big win for the framework. By Agustin Haller.
Tags app-development web-development nodejs javascript