排序
Object Oriented Playing Cards in Python
Object Oriented Playing Cards in Python,enum became a part of the Python standard library starting in version 3.4 and I thought that the classic OOP playing cards example would be ...
20+ Core Java Interview Questions for experienced Professionals from Investment Banks
20+ Core Java Interview Questions for experienced Professionals from Investment Banks,Disclosure: This post includes affiliate links; I may receive compensation if you purchase pro...
Why I Urge My Students to Use DrJava
Why I Urge My Students to Use DrJava,If you’ve been around me for any amount of time, I’ve probably pushed DrJava on you at some point. Finally, I’ve decided to articulate my re...
What Is Java? A Beginner’s Guide to Java and Its Evolution
What Is Java? A Beginner’s Guide to Java and Its Evolution,Java is a general-purpose, concurrent, object-oriented, class-based, and the runtime environment(JRE) which consists of ...
Get started with your IoT devices using iotery.io
Get started with your IoT devices using iotery.io,Iotery is a managed IoT (Internet of Things) service that was born out of the need to eliminate the complexities of configuring an...
How to create a zip in Xamarin Android
How to create a zip in Xamarin Android,This solution is specifically for Android using Xamarin because I am using the Java.Util.Zip Class. This solution can just as easily be porte...
My first two deep learning projects
My first two deep learning projects,Last week I started taking the fast.ai Practical Machine Learning for Coders course. I learned how to build a state-of-the art image classifier ...
Setup Ubuntu for Python development
Setup Ubuntu for Python development, Python tips (5 Part Series) 1 Python's type hints 2 Avoid dict overuse in Python 3 Make simple Python types rich 4 My case against the 'ternary...
Resilience pattern for Java microservices. The Circuit Breaker.
Resilience pattern for Java microservices. The Circuit Breaker., Introdution Although the advantages of a microservices architecture are known (not a topic explained here), we ofte...
Fruit Cart: Inception
Fruit Cart: Inception, Fruit Cart (4 Part Series) 1 Fruit Cart: Inception 2 Fruit Cart: Config 3 Fruit Cart: Testing Rules of the Game 4 Fruit Cart: Writing Tests, Part I The Fruit...
Create full Microservice stack using JHipster Domain Language under 30 minutes
Create full Microservice stack using JHipster Domain Language under 30 minutes, Microservices with JHipster (3 Part Series) 1 Create full Microservice stack using JHipster Domain L...
Convolutional Neural Networks: Python Tutorial (TensorFlow Eager API)
Convolutional Neural Networks: Python Tutorial (TensorFlow Eager API),Convolutional Neural Networks are a part of what made Deep Learning reach the headlines so often in the last d...