Messaggi

post di Mmm7777
Decrypting Cryptography

Eric and John talk about their first release and the October 2021 issue, Decrypting Cryptography Topics Covered Cryptography 101 What I Wish Something Told Me About SQL Database Design Education Station: Windows 11 for PHP Development The Workshop: Nitro Design Patterns by Moonlight: The Dragon Wrangling Pattern Sebastian Bergmann and the PHPUnit project part 2 […] The post Decrypting Cryptography appeared first on php[architect].

https://www.phparch.com/podcast/decrypting-cryptography/?u

v25.79 - v30.24

git diff --shortstat 1d4e83e4 b5263765a9dd2235c78ab20aea57c1fc13f46893

1835 files changed, 225821 insertions(+), 32705 deletions(-)

3y | Daily log
PHP Annotated – April 2020

Greetings everyone, This April edition of PHP Annotated overviews 10 new RFCs from PHP Internals, Composer 2.0 alpha, and other releases, as well as articles on Laravel and Symfony, best practices, useful tools, videos, and podcasts. ⚡️ News & Releases PHP 7.4.5, PHP 7.3.17, and PHP 7.2.30 are released. Composer v2.0 Alpha – April 5 […] https://blog.jetbrains.com/phpstorm/2020/04/php-annotated-april-2020/

PHP Annotated – June 2020

Greetings everyone, Please welcome the June edition of PHP Annotated! PHP internals have been very active and here are 3 accepted and 6 new RFCs, including alternative syntax for attributes — @@ and why #[] is better. There also has been some drama around renaming in the PHP world, and about PHP developers’ debugging practices. […] https://blog.jetbrains.com/phpstorm/2020/06/php-annotated-june-2020/

PHP Annotated – August 2020

Greetings everyone, Please welcome the August installment of PHP Annotated! PHP 8 has reached feature freeze and received a few last big additions: the nullsafe operator, named arguments, and saner string to number comparison. The syntax for attributes, though, has not yet been decided. Read the full story behind the attributes from the initial proposal […] https://blog.jetbrains.com/phpstorm/2020/08/php-annotated-august-2020/

PHP Annotated – September 2020

Greetings everyone, I hope you are all ready for September’s installment of PHP Annotated! In it, we have the additional PHP 8 beta 4 release, the PHP community’s momentum with the generics discussion in Internals, and the Community Synergy Initiative. There are some interesting releases like Laravel 8, Composer 2.0 RC 1, and PoC for […] https://blog.jetbrains.com/phpstorm/2020/09/php-annotated-september-2020/

PHP Annotated – October 2020

Greetings everyone! In our October edition of PHP Annotated you can read about the upcoming PHP 8, Xdebug 3 beta, short functions, and multiline arrow functions proposals in Internals. And as usual, we’ve got a load of useful articles, tools, videos, and podcasts to tell you about, too. ⚡️ News & Releases PHP 8.0.0 RС […] https://blog.jetbrains.com/phpstorm/2020/10/php-annotated-october-2020/

PHP Annotated – January 2021

Greetings everyone, In this edition of PHP Annotated, read about the top PHP news from the year so far. These include PHP 8.0.1 and other releases, fibers for async PHP, Enums, first native attributes, and other proposals for PHP 8.1. And as usual, we’ve got a load of articles, tools, videos, and streams, carefully selected […] https://blog.jetbrains.com/phpstorm/2021/01/php-annotated-january-2021/

PHP Annotated – February 2021

Greetings everyone, In this edition of PHP Annotated, you can read about the latest release of PHP, updates of PSR standards, and the new RFC proposals. As usual, we’ve curated a collection of PHP-related articles, tools, videos, and streams to share with you. ⚡️ News PHP 8.0.2, 7.4.15, 7.3.27 The 8.0 and 7.4 updates include […] https://blog.jetbrains.com/phpstorm/2021/02/php-annotated-february-2021/

PHP Annotated – March 2021

Greetings everyone, In this edition of PHP Annotated, read about the latest proposals for PHP 8.1, releases of xdebug.cloud, RoadRunner 2.0, and the newly proposed PSR ClockInterface standard. And as usual, we’ve got a load of articles, tools, videos, and streams carefully selected for you. ⚡️ News PHP 8.0.3, PHP 7.4.16 – Regular bug-fix updates […] https://blog.jetbrains.com/phpstorm/2021/03/php-annotated-march-2021/

PHP Annotated — May 2021

Greetings everyone! PHP 8.0 is gaining momentum and adoption is increasing, as evidenced by Composer’s statistics. Meanwhile, PHP internals have accepted a bunch of changes for PHP 8.1, including a new never type and namespaces in bundled PHP extensions, and some features that will be deprecated. The PHP 8.1 release managers have been selected, and […] https://blog.jetbrains.com/phpstorm/2021/05/php-annotated-may-2021/

PHP Annotated — August 2021

Greetings everyone! PHP 8.1 has reached the second beta and the list of changes has been finalized. The final piece left to decide on is the nullability of intersection types, which is being voted on right now. Meanwhile, PHP internals are already discussing features for the next release. Read on to learn about the first […] https://blog.jetbrains.com/phpstorm/2021/08/php-annotated-august-2021/

PHP Annotated — September 2021

Greetings everyone! PHP 8.1 has reached the first release candidate and the list of changes has been finalized. We’ll see at least 5 more release candidates before the final release, which is planned for the end of November. Meanwhile, discussions are already taking place in PHP internals regarding three more proposals for PHP 8.2: operator […] https://blog.jetbrains.com/phpstorm/2021/09/php-annotated-september-2021/

PHP Annotated — October 2021

Greetings everyone! Here are some highlights from the world of PHP over the last month. PHP 8.1 RC3 is out, and the first package that uses enumerations is already available! A community fork of Magento has been announced. In addition to PSRs, there will be a new type of recommendation called PERs. Symfony 6 will […] https://blog.jetbrains.com/phpstorm/2021/10/php-annotated-october-2021/

Decrypting Cryptography

Change is hard at first, messy in the middle, and gorgeous at the end.—Robin Sharma PHP Architect is going through change, and we hope you follow us for the adventure. The post Decrypting Cryptography appeared first on php[architect].

https://www.phparch.com/magazine/2021/10/decrypting-cryptography/?utm_source=rss&utm_medium=rss&utm_campaign=decrypting-cryptography

Flutter TabBar Tutorial: How to Navigate Programmatically Between Tabs

Learn how to use the Flutter TabBar widget to take the user through a sequence of pages, and disable user interaction on the tabs themselves. https://codewithandrea.com/articles/flutter-tab-bar-navigation/

3y
Flutter: Platform Aware Widgets and Dialogs

Tutorial showing how to switch between Material and Cupertino widgets, and increase code reuse by building a platform-aware abstract base class with concrete sub-classes. Includes an overview of dialogs and their platform-specific differences. https://codewithandrea.com/videos/flutter-platform-aware-widgets-dialogs/

3y
Flutter will change everything, and is an excellent choice for iOS development

Controversial article with some history and a detailed comparison between Flutter and native iOS development. Includes an example showing how to build a contact list in Flutter and iOS. https://codewithandrea.com/articles/flutter-will-change-everything/

3y
Dart vs Swift: a comparison

Detailed side-by-side comparison of language features between Dart 2.1 and Swift 4.2. https://codewithandrea.com/articles/dart-vs-swift-a-comparison/

3y
Introduction to Dart - Part 1: Variables and Types

Dart introduction showing how to write a simple program in Dartpad. Includes variable declaration and initialization, string interpolation, type inference, var, final and dynamic. https://codewithandrea.com/videos/intro-to-dart-part1-variables-types/

3y
Introduction to Dart - Part 2: Functions

Dart introduction covering functions, including return types, optional parameters, nullability and default values, named parameters and the arrow operator. https://codewithandrea.com/videos/intro-to-dart-part2-functions/

3y
Introduction to Dart - Part 3: Classes

Dart introduction covering classes, including class & super constructors, instance methods, inheritance, base Object classes and the toString() method, abstract classes and computed properties. https://codewithandrea.com/videos/intro-to-dart-part3-classes/

3y
Introduction to Dart - Part 5: Control Flow

Dart introduction covering if & else statements, the ternary operator, while and for loops, closures and the fold method, enumerations and switch statements. https://codewithandrea.com/videos/intro-to-dart-part5-control-flow/

3y
Flutter & Firebase Authentication with Streams and StreamBuilder

Continuation on my video series on how to build a login flow with Firebase. It shows how to use StreamBuilder with the onAuthStateChanged stream to simplify authentication state logic in Flutter apps. https://codewithandrea.com/videos/flutter-firebase-auth-streams-streambuilder/

3y
Widget-Async-Bloc-Service: A Practical Architecture for Flutter Apps

This article introduces a new architectural pattern that I often use in my Flutter Apps. It is inspired by BLoCs and RxVMS. https://codewithandrea.com/articles/wabs-practical-architecture-flutter-apps/

3y
Super Simple Authentication Flow with Flutter & Firebase

In this article we implement a simple authentication flow in Flutter, in less than 100 lines of code. https://codewithandrea.com/articles/simple-authentication-flow-with-flutter/

3y
Flutter: Global Access vs Scoped Access with Provider

This article shows how to use scoped access with Provider when using service classes in our Flutter apps. https://codewithandrea.com/articles/global-access-vs-scoped-access/

3y
Flutter & Firebase: Reference Authentication Demo

Introducing my reference authentication demo with Flutter & Firebase on GitHub, supporting multiple authentication methods and best coding practices. https://codewithandrea.com/videos/flutter-firebase-reference-demo/

3y
Flutter: Designing an Authentication API with Service Classes

Let's see how use service classes to encapsulate 3rd party libraries and APIs, and decouple them from the rest of the application. We will use authentication as a concrete example of this. https://codewithandrea.com/articles/designing-an-authentication-service-api/

3y
Flutter & Firebase: Authentication Service with Provider & ValueNotifier

Code walkthrough for the authentication code in my Flutter & Firebase reference authentication demo on GitHub. https://codewithandrea.com/videos/flutter-firebase-auth-service-provider-valuenotifier/

3y
Flutter State Management: setState, BLoC, ValueNotifier, Provider

A comparison of different state management techniques, using a simple authentication flow as an example. https://codewithandrea.com/videos/state-management-setstate-bloc-valuenotifier/

3y
Dart Features for Better Code: Types and working with parameters

Overview and practical use cases of type inference, final & const, named & positional parameters, @required & default values. https://codewithandrea.com/videos/dart-features-part1-types-params/

3y
Dart Features For Better Code: Spreads, Collection-If, Collection-For

Overview of the 'Dart as UI' features introduced in Dart 2.3. Uses a fitness tracker custom UI as an example. https://codewithandrea.com/videos/dart-features-part2-spreads-collectionif-collectionfor/

3y
Flutter Slivers Overview: SliverAppBar, SliverPersistentHeader

In-depth overview of Slivers and how to use them (part 1). Includes a demo app showing how to use SliverAppBar and SliverPersistentHeader. https://codewithandrea.com/videos/flutter-slivers-overview-sliverappbar-sliverpersistentheader/

3y
Flutter Slivers Overview: SliverList, SliverGrid, SliverToBoxAdapter, SliverFillRemaining

In-depth overview of Slivers and how to use them (part 2). Includes a demo app showing how to use SliverList, SliverGrid, SliverToBoxAdapter, SliverFillRemaining. https://codewithandrea.com/videos/flutter-slivers-overview-sliverlist-slivergrid/

3y
Design, Develop, Deliver: My Favorite Tools for Building Flutter Apps

Overview of the tools I use in my Flutter app development workflow. Including Sketch, Supernova, VS Code, GitUp, GitHub, Firebase, Codemagic. https://codewithandrea.com/videos/design-develop-deliver/

3y
Flutter Provider: Introduction

Introduction to Provider, a popular package used for dependency injection and state management in Flutter. This tutorial shows how to use it to enable flavors in your Flutter apps. https://codewithandrea.com/videos/flutter-provider-introduction/

3y
Flutter Provider: The Essential Guide

Essential guide to Provider for state management in Flutter. This tutorial shows how to refactor the counter app with Provider, and includes in-depth explanations about ChangeNotifier, ChangeNotifierProvider, Provider.of, Consumer and ValueNotifier. https://codewithandrea.com/videos/flutter-provider-essential-guide/

3y
Advanced Provider Tutorial - Part 1: Project Setup & Authentication Flow

Multi-part tutorial on how to choose and upload an avatar image to Firestore. Part 1 is an overview of initial project setup, and shows how to connect things together with Provider. https://codewithandrea.com/videos/advanced-provider-tutorial-part1/

3y