Most popular programming articles in the last 7 days (10)

1
First Deep Learning Model : Dense Layer
2021-04-14T16:20:46Z

First Deep Learning Model : Dense Layer

The Basics: Training Your First Model ✨🎨 Welcome to this Tuto where you will train your fi...

https://dev.to/thrpy/first-deep-learning-model-dense-layer-29eb
2

2021-04-14T16:02:45Z

Getting started with Kafka and Rust: Part 2

This is a two-part series to help you get started with Rust and Kafka. We will be using the rust-rdka...

https://dev.to/abhirockzz/getting-started-with-kafka-and-rust-part-2-354f
3
How to setup java(IntelliJ) on windows
2021-04-14T14:54:36Z

How to setup java(IntelliJ) on windows

Java runs on millions of machines but it is started to show its age, JAVA is not the hot language of...

https://dev.to/shareef/how-to-setup-java-intellij-on-windows-4f3p
4
A Beginners Guide to Bit Manipulation
2021-04-14T10:40:25Z

A Beginners Guide to Bit Manipulation

Bit Manipulation or Bit Magic as it is popularly known as is a technique where we work directly on bi...

https://dev.to/theinsightfulcoder/a-beginners-guide-to-bit-manipulation-35ek
5
MAGDA – our open-source solution for spaghetti code
2021-04-14T12:49:52Z

MAGDA – our open-source solution for spaghetti code

Introduction We would like to introduce you to our latest open-source library: MAGDA. The...

https://dev.to/neuro_sys/magda-our-open-source-solution-for-spaghetti-code-1a9a
6
My journey from psychologist to software developer
2021-04-14T10:58:23Z

My journey from psychologist to software developer

Originally published on the Easy Agile blog on 23 March 2021 We’re checking the surf and haven’t tal...

https://dev.to/johnfolder/my-journey-from-psychologist-to-software-developer-2i1n
8
JAVA 8 Cheat Sheet
2021-04-14T15:10:11Z

JAVA 8 Cheat Sheet

Index Lambda Expression Collections Method Expressions Streams Optional Lamb...

https://dev.to/vishnuchilamakuru/java-8-cheat-sheet-59l0
9

2021-04-14T08:40:19Z

Discord Outlook Integration ?

Is it possible to receive and send outlook mails via discord using python ?

https://dev.to/dhanushxeno/discord-outlook-integration-57d2
10

2021-04-14T10:27:04Z

Doubly Linked List In java || Implement DLL Data Structure

package com.ds.algorithms.linkedlist.DLLImplementation; import java.util.NoSuchElementException; /*...

https://dev.to/pankajkrravi/doubly-linked-list-in-java-implement-dll-data-structure-2agf