排序
The Modern Cpp Challenge on Mobile – Greatest commont divisor
The Modern Cpp Challenge on Mobile – Greatest commont divisor,Hello ! I’m Xavier Jouvenot and here is the second part of a long series on The Modern C++ Challenge.In this article...
The Modern C++ Challenge on Mobile – The First Problem
The Modern C++ Challenge on Mobile – The First Problem,Hello ! I’m Xavier Jouvenot and here is the first part of a long series on The Modern C++ Challenge.In this article, I am g...
Opinions on which to pick C++ or Java for GUI project?
Opinions on which to pick C++ or Java for GUI project?,Hey fellow Devs! So here the thing I'm currently enrolled in ComputerScience degree in University. Basically this semester I ...
Top 10 Programming Languages [2020]
Top 10 Programming Languages [2020],Thought should make a Handy resource for new learner. I am not going to write a lengthy article here, just the link of all best videos of top pr...
Multi-threading without locks
Multi-threading without locks,Just because you're sharing data structures between threads doesn't mean you have to use locks. Over the years I've come across a few approaches that ...
Listen to Compiler!
Listen to Compiler!,Many programmers, especially juniors (or while yet studying) tend to ignore compiler warnings :) I'd like to share two examples - first is 'real-life' from some...
5 tried and true techniques to prepare for a coding interview
5 tried and true techniques to prepare for a coding interview,Coding interviews are a mixed bag. It depends on the company, the interviewer, your skill set, etc. There’s no silver...
What are the best programming languages for Blockchain?
What are the best programming languages for Blockchain?,No matter if you need a Blockchain development work or if you just want to deepen your knowledge in the field, it is crucial...
Native Android Database
Native Android Database,Linking sqlite3 library in C language with Android framework https://github.com/Jamshid-M/NativeDB 原文链接:Native Android Database
Average Salary of Blockchain Developer
Average Salary of Blockchain Developer,The demand for blockchain developers is increasing by the day. This is since the blockchain technology itself does not stand still and progre...
Java, C++, or C#???
Java, C++, or C#???,Alright. I would consider myself a new developer. I have worked primarily with Node, Javascript, and React and have been looking to enter the workforce as a dev...
Never Trust Compiler Error Messages
Never Trust Compiler Error Messages,A fellow codementor made a post titled Basic debugging. Dude doesn't even get into how to debug at all. He mentions two ways, but then starts go...