03 dezembro 2020

WebArticle - 8 Common Mistakes in Android Development





1. Things Should Be Where They’re Supposed to Be (Strings, Colors)
2. Not Using Fragments
3. Not Using Data Bindings or View Bindings
4. Not Using Kotlin and Coroutines
5. Design Mistakes
6. Not Being Aware of Security Flaws
7. Not Being Aware of Android Studio’s Capabilities
8. Not Using Jetpack Libraries

Source: medium.com

24 junho 2020

WebArticle - What’s New for Developers in Java 14?



JEP 305 — Pattern Matching for instanceof

JEP 358 — Helpful NullPointerExceptions

JEP 359 — Records

JEP 361 — Switch Expressions

JEP 368 — Text Blocks

JEP 370 — External Memory Access API

Source: medium.com/

17 junho 2020

How to Install a WordPress Theme



Want to know how to install a WordPress theme? As a beginner you may not be sure how to add a new theme, install a premium theme from another site, or which theme is active at the moment. In this guide, we'll show you how to install a WordPress theme.






26 março 2020

WebArtilce - Writing More Readable Code with Project Lombok


We have written a lot of boilerplate code such as getter, setter, equals, hashCode methods etc. in Java for years. In some cases, this causes problems in subjects like clean and readable code.

For such situations, Project Lombok saves our eyes :). Also, you will be able to spend more time on the business logic using Lombok.



Source: medium.com

WebArticle - Spring Boot: Soft Delete functionality with Hibernate