排序
Android Native & JavaScript Binding
Android Native & JavaScript Binding,Now a day we all know about hybrid application development. It really becomes popular it gives us power like Native Implementation without sacri...
Some Ideas are Ahead of Their Time (Java)
Some Ideas are Ahead of Their Time (Java),This won't be the most insightful post, but I'll try. A while back in the early days of Java Sun Microsystems had an awkward idea of utili...
PARENTHESES CheckerJava Program
PARENTHESES CheckerJava Program, 原文链接:PARENTHESES CheckerJava Program
Solving a MySQL Deadlock
Solving a MySQL Deadlock,A deadlock occurs when you have 2 processes that are both waiting on each other to release a lock on a resource. Imagine we have 2 threads in a Java applic...
Java Serialization Magic Methods And Their Uses With Example
Java Serialization Magic Methods And Their Uses With Example,In a previous article Everything You Need to Know About Java Serialization, we discussed how serializability of a class...
are you market ready
are you market ready,am really passionate about coding and how dynamic tech is, i have always been on my toes trying to learn new things, rigorously search for ideas and as a resul...
Base Java Part 3 (Datatypes In Java)
Base Java Part 3 (Datatypes In Java), Base Java (3 Part Series) 1 Base Java Part 1 2 Base Java Part 2 (Class vs Object) 3 Base Java Part 3 (Datatypes In Java) Here is the video tut...
Creating your custom model for Tensorflow.JS
Creating your custom model for Tensorflow.JS, We look into how to use Java to create an image classification model using TFRecords and train it with python. Then we will read that ...
Querying your Spring Data JPA Repository – Basic Setup
Querying your Spring Data JPA Repository - Basic Setup, Querying your Spring Data JPA Repository (6 Part Series) 1 Querying your Spring Data JPA Repository - Introduction 2 Queryin...
Swimming in code
Swimming in code,This post offers a little bit of background into my journey as a developer and how slow its been until I found refuge in Amalitech, a training academy for young de...
Python vs the World – Career Karma Roundup #5
Python vs the World - Career Karma Roundup #5, Career Karma Roundup (13 Part Series) 1 Career Karma Roundup #1: Coding Bootcamp Income Share Agreements 101 2 Career Karma Roundup #...
I wrote an unbeatable Tic-Tac-Toe AI in Java
I wrote an unbeatable Tic-Tac-Toe AI in Java,I just wrote a Java program that cannot lose at a game of Tic-Tac-Toe. Your best hope is to tie it in a game. You can find the full cod...