最新发布第2139页
Getting Started with Python and GraphQL - Part 1-拾光赋

Getting Started with Python and GraphQL – Part 1

Getting Started with Python and GraphQL - Part 1,note: this post is written by my co-worker Keyur, but we blog at the same location. Since it’s introduction by Facebook, GraphQL i...
Python and Jupyter Notebooks-拾光赋

Python and Jupyter Notebooks

Python and Jupyter Notebooks,Recently I have began to use Jupyter notebooks with Python but have struggled with the constant need to download dependencies or have something not dow...
Announcing SneakyThrow: A Java Library to ignore Checked Exceptions-拾光赋

Announcing SneakyThrow: A Java Library to ignore Checked Exceptions

Announcing SneakyThrow: A Java Library to ignore Checked Exceptions,Are you tired of writing 'catch-pseudo-code' for Java's Checked Exceptions? And let’s not think about that anno...
Make a Pocket app like html parser in Python-拾光赋

Make a Pocket app like html parser in Python

Make a Pocket app like html parser in Python,This tutorial will show how to extract only the relevant html from any article or blog post by their URL in Python. Most of us have use...
Java 10 — migration story-拾光赋

Java 10 — migration story

Java 10 — migration story,As you probably know Java 10 was recently released. Not so many new features. At least for Kotlin developers… But there are several improvements to JVM ...
Mutable objects vs Python functions.-拾光赋

Mutable objects vs Python functions.

Mutable objects vs Python functions.,We know every thing in python is an object and can be classed into mutable and immutable, where mutable object are object whose state can chang...
Managing Class Attributes In Python-拾光赋

Managing Class Attributes In Python

Managing Class Attributes In Python, Hello guys, in this blog post we are going to dig down into some python programming trick , or do i say features we can leverage on as python d...
Resources for Learning Python-拾光赋

Resources for Learning Python

Resources for Learning Python,About once a week, someone new to their journey writing code reaches out to me asking if I have know of any resources to learn Python. Since I'm curre...
var var = var().var.var()-拾光赋

var var = var().var.var()

var var = var().var.var(),var was introduced in Java10. It's interesting! jshell> Var var(){return new Var();} | created method var(), however, it cannot be referenced until cla...
kity的头像-拾光赋kity7年前
0467
An easy and unified way to send notifications-拾光赋

An easy and unified way to send notifications

An easy and unified way to send notifications,While I was working on a certain project (the amazing flexget) I needed to create a class of notifier plugins that will enable users t...
Java - JVM Security Information Gathering-拾光赋

Java – JVM Security Information Gathering

Java - JVM Security Information Gathering, Overview Over the last ~5 years I’ve worked with quite a few different Hadoop clusters. During this time, Java has changed quite a bit s...
SpringBoot2 Blocking Web vs Reactive Web-拾光赋

SpringBoot2 Blocking Web vs Reactive Web

SpringBoot2 Blocking Web vs Reactive Web,Hello, I'm Mitz. This is the first post on dev.to. Nice to meet you :) Buzzwords into my ToolBox As many of you've heard Microservices, Blo...