Articles

PHP is a widely-used open-source multi-purpose scripting language, which can be embedded in HTML and is especially suitable for Web development.

This article mainly introduces how to use the php-mqtt/client client library in PHP projects to implement the functions of connection, subscription, unsubscribing, message receiving and sending between MQTT client and MQTT server.

Source de l’article sur DZONE

Agile, which started off as a better and more practical method of software development proposed by a group of developers, is now transforming the way in which organizations are run. Agile is now adopted by banks, manufacturers, research & development centers, hospitals, and even airports for execution. 

When the scale and reach of Agile increased, newer frameworks such as Scaled Agile Framework (SAFe), Large Scale Scrum, Nexus, and so on gained popularity. Enterprise agility and business agility is radically changing the way in which organizations are structured. 

Source de l’article sur DZONE

Value Stream Management (VSM) is about empowering delivery organizations to measure, mitigate, and monitor complexity. Simply put, it aims at improving the flow of value in your organization. The VSM Consortium recently released their highly anticipated report on The State of Value Stream Management Report 2022.  

In this article, we recap some of the findings and look at it specifically from a software engineering and DevOps point of view. Can we capture some key lessons that lead to healthier and more productive engineering teams? What has worked and what has not? Can we simplify and adapt ideas of organizational change to create a thriving engineering organization?

Source de l’article sur DZONE

Each month we publish this roundup of the best new fonts for designers to help you find new ways of packing personality into your designs.

In October’s edition, you’ll find a number of revivals and a ton of vintage inspiration, all wrapped up with a modern twist. After years of geometric sans-serifs, a few decorative flourishes are more than welcome. Enjoy!

The Future

The Future and its accompanying monospace The Future Mono is a homage to the classic Futura. The Future is a great revision of classic forms, and The Future Mono is a blend of Western Modernism and Japanese typographic styles.

Rapidissima

Rapida and Rapidissima began as part of a master’s course at the Royal Academy of Art in Den Haag. While Rapida is a careful, usable serif with lots of thoughtful details, Rapidissima is a visually exciting exploration of speed.

Aiglon

Aiglon is a pseudo-geometrics sans-serif with beautiful proportions. It draws inspiration from 20th-century architectural lettering. It’s a tremendous alternative to Gotham for those looking for a more European aesthetic.

Raskal Oner Write

Raskal Oner Write is a script font for designers that don’t want a script font. All of the classic feel of handwritten letters is here, but the construction is entirely original. Contextual alternatives combine to create the visual look of lettering.

Grostino

Grostino is an elegant display typeface. The enormous contrast in width between its rounded glyphs and its square glyphs adds enormous personality. It’s ideal for branding projects that need to evoke classicism.

Figtree

Figtree is a highly usable sans-serif packed with practical features, including fractions, monospaced numbers, and scientific inferiors. It’s both minimal and friendly, making it an ideal choice for corporate design systems. It’s free to download.

Gills & Co

Gills & Co is a modern serif that draws inspiration from Art Nouveau to create beautiful finials and ligatures. It works really well as a logotype and for packaging.

Catalog

Catalog is a sturdy, easy-to-use serif with thick slab serifs. It has a simplified shape and is easily readable on lower-resolution screens. It features an unusual lowercase g, which adds visual interest to passages of text.

Kreol Display

Kreol Display is a didone typeface with some interesting details that raise it above similar designs. The lowercase ‘a’ and the uppercase ‘R’ are particularly pleasing.

Gwen

Gwen is a typeface family that includes a highly characteristic display face and a more subtle text face. There are seven different weights, and it is available as a variable font.

Benogi

Benogi is a display font run through with wave-like forms. The ’70s aesthetic is continued in the proportion of the glyphs. It’s a great option for health and beauty product branding.

Marcin Antique

Marcin Antique is inspired by early French grotesque typefaces. It has just been reissued with new widths, additional weights, and redrawn italics, making it an even more usable sans-serif.

VVDS The Dickens Tale

It’s horrifying to say it, but yes, the holiday season is just weeks away. If you’re preparing marketing material with a heritage feel, then check out The Dickens Tale, it’s as classic as candy canes and Peanuts reruns.

Povetarac Sans

Povetarac Sans is a workhorse of a sans-serif that performs well as both display and running text. Inspired by vintage designs, it comes with six weights and supports fractions.

Blothe

Blothe is a fabulously chunky display face that is drawn wide, thick, and rounded. Use it at huge sizes to make the most of its weighty presence.

Source

The post 15 Best New Fonts, October 2022 first appeared on Webdesigner Depot.

Source de l’article sur Webdesignerdepot

In this tutorial, we’ll go over how to use and understand React Hooks. This article is an extension of article how-to-manage-state-with-hooks-on-react-components. It has been expanded with other Hooks and logic and Lessons Learned.

Here we create a simple product page with a shopping cart (see image 2). The shopping cart represents the memory (or the ‘state’) of the product page. The state generally refers to application data that must be tracked.

Source de l’article sur DZONE

Efficient code doesn’t just run faster; if it’s using less compute-resource, it may also be cheaper to run. In particular, distributed cloud applications can benefit from fast, lightweight serialization. 

OpenSource Java Serializer

Chronicle-Wire is an OpenSource Java serializer that can read and write to different message formats such as JSON, YAML, and raw binary data. This serializer can find a middle ground between compacting data formatting (storing more data in the same space) versus compressing data (reducing the amount of storage required). Instead, data is stored in as few bytes as possible without causing performance degradation. This is done through marshaling an object.

Source de l’article sur DZONE

In a previous post, I showed you how to use AWS CDK to automate the deployment and configuration of your Apache Airflow environments using Managed Workflows for Apache Airflow (MWAA) on AWS. In this quick how-to guide, I will share how you can use Terraform to do the same thing.

You will need:

Source de l’article sur DZONE

Technologies such as artificial intelligence (AI), machine learning (ML), and natural language processing (NLP) have led the way to software robots that reduce the manual, time-consuming, and repetitive actions performed on digital platforms. The concept of automating tasks on digital platforms is called robotic process automation (RPA). RPA is a software robot that interacts with computer-centric processes and aims to introduce a digital workforce that performs repetitive tasks previously completed by humans. This Refcard introduces RPA technology, how it works, key components, and how to set up your environment.
Source de l’article sur DZONE

Tabular data is one of the best sources of data on the web. They can store a massive amount of useful information without losing its easy-to-read format, making it gold mines for data-related projects.

Whether it is to scrape football data or extract stock market data, we can use Python to quickly access, parse and extract data from HTML tables, thanks to Requests and Beautiful Soup.

Source de l’article sur DZONE