排序
Logic of the JWT(JSON Web Tokens)
Logic of the JWT(JSON Web Tokens),In this post, we will learn what is the JWT and logic of the JWT. The IETF is designed as a standard token format. Such as validation, user identi...
Learning Algorithms with JS, Python and Java 6: Array Chunking
Learning Algorithms with JS, Python and Java 6: Array Chunking,This is the sixth article of my attempts to follow Stephen Grider's Udemy course in three different languages. JavaSc...
Java 10 features – What is new in Java 10?
Java 10 features - What is new in Java 10?,Post Link : https://www.skptricks.com/2018/08/Java-10-features.html While we all are talking about Java 9 and some people have yet to ado...
My 100 Days Of Code Challenge
My 100 Days Of Code Challenge,I have started the 100 days of code challenge. I intend to use this time to check out new languages and frameworks and solve some fun problems. I will...
How to use square‘s picasso library with firebase storage
How to use square‘s picasso library with firebase storage,Recently i was migrating an app’s backend from parse to firebase. The move to firebase’s real-time database was a breez...
Fenix: A new mobile browser from Mozilla
Fenix: A new mobile browser from Mozilla, About the Project Mozilla recently created a Github repository for a brand new mobile web browser named Fenix. Not much is known about thi...
Memory required for an Application/Program?
Memory required for an Application/Program?,I have been developing a java application server for the past 2.5 years but struggle with calculating the optimum memory required for it...
Add CI/CD to Your Spring Boot App with Jenkins X and Kubernetes
Add CI/CD to Your Spring Boot App with Jenkins X and Kubernetes,A lot has happened in the last five years of software development. What it means to build, deploy, and orchestrate s...
Learning Algorithms with JS, Python and Java 4: MaxChar
Learning Algorithms with JS, Python and Java 4: MaxChar,This is the fourth article of my attempts to follow Stephen Grider's Udemy course in three different languages. First I quot...
Don’t initialize your variables
Don't initialize your variables,Developers coming from C know that variables should always be initialized. Not initializing your variables means they contain junk, and this can res...
Why You Should Start Using JUnit 5
Why You Should Start Using JUnit 5,This is a cross-posting of an article published on my blog which you can find here. What is JUnit 5? According to its website, JUnit 5 is the nex...
Shuffling algorithms and randomization to improve algorithm‘s runtime.
Shuffling algorithms and randomization to improve algorithm‘s runtime.,Shuffling card is an essential part of every card game. There are many techniques for shuffling cards but ov...