最新发布第1750页
CopyMaker
CopyMaker,Hi people, I wanted to show you a little utility I made and decided to publish on GitHub. I work mainly with a legacy ERP with it's own database, and many times I need to...
Deploy Java Application To Cloud Foundry In Less Than An Hour
Deploy Java Application To Cloud Foundry In Less Than An Hour, Introduction: This article talks about setting up PCF on your Local Workstation with PCF Dev and deploy a Java applic...
Java Override Equals Override `equals` method in Java
Java Override Equals Override `equals` method in Java,The == operator is a false friend in Java. It works properly only on primitive and will make you cry if you used it on any oth...
The beautiful marriage of Python and MongoDB
The beautiful marriage of Python and MongoDB,I'm a PHP developer and managing big data stored with this language is not so easy. Add data to the db is not a problem, but retrieving...
PlugFace Reborn – the Java Plugin System
PlugFace Reborn - the Java Plugin System,Visit https://plugface.matteojoliveau.com for the full documentation One year ago I came across the need to dynamically load bits of code i...
Can we say that JS can be compiled on Node.js? [Novice Quesiton]
Can we say that JS can be compiled on Node.js? [Novice Quesiton],I am reading You Don't know JS it says, but despite the fact that JavaScript falls under the general category of 'd...
How can We implement Data Structures and Algorithms in Backend Frameworks to reach O(log(n)) Run Time ?
How can We implement Data Structures and Algorithms in Backend Frameworks to reach O(log(n)) Run Time ?,Backend frameworks/platforms like Node.js(EcmaScript) and Django(Python). fo...
Dict Moves in Python
Dict Moves in Python,Quick tip time! Today, I started the #100DaysOfCode challenge again (for the millionth time). I'm determined to actually succeed at this challenge, and I refus...
How Haptik generates images on the fly with Python – Part 2
How Haptik generates images on the fly with Python - Part 2,In the first post of this series, I introduced you to the basics of text drawing in Python by adding a greeting text on ...
Django: Moving away from project vs app dichotomy
Django: Moving away from project vs app dichotomy,I was looking at one of exercise of a developer learning how to build app using Django. His directory structure look like this:- c...
Let’s Build Chuck Norris! – Part 5: Python and cffi
Let's Build Chuck Norris! - Part 5: Python and cffi, Let's Build Chuck Norris! (9 Part Series) 1 Introducing the 'Let's Build Chuck Norris!' Project 2 Let's Build Chuck Norris! - P...
Should I go for JS or Python in long run in my career?
Should I go for JS or Python in long run in my career?,I've been preparing for jobs in mostly web development here in India, and I've been learning DS & Algorithms with Python ...