Skip to content

Instantly share code, notes, and snippets.

View sidroniolima's full-sized avatar

Sidronio Lima sidroniolima

View GitHub Profile
@sidroniolima
sidroniolima / main.dart
Created July 6, 2023 18:05
malevolent-performance-0406
import 'package:flutter/material.dart';
import 'dart:math';
const Color darkBlue = Color.fromARGB(255, 18, 32, 47);
void main() {
runApp(MyApp());
}
class MyApp extends StatelessWidget {
Hi Adam, I'm from Brazil and I started following your work at your blog.
My question is what do you study, read and what are your references nowadays.
What do you recommend for building Java EE microservices with docker. Besides yours on demand workshops.
How to become a better Java EE developer?
Thank you!