排序
Core Java Interview Questions
Core Java Interview Questions, Q:- What is Java? Java is a general-purpose, high level, object-oriented programming language, and java is also platform independent. Java was origin...
How I didn’t get a DevOps job for Xmas
How I didn't get a DevOps job for Xmas, How I didn't get a DevOps job for Xmas At the end of November, I had an awkward call with my line manager at the place I was working. They h...
I interviewed with Nick Janetakis: here’s what I learned
I interviewed with Nick Janetakis: here's what I learned,[My interview is available here] Hello all, When I first joined the dev.to community, my main goal was to learn from others...
Python FizzBuzz
Python FizzBuzz,Note, my new tool kwik is available here So doing a few fizzbuzz in different languages today and got to python, Could someone tell me if the following is acceptabl...
6-10PM challenge problem #002 solution
6-10PM challenge problem #002 solution,Problem#002 Array of Array Products public int[] solve(int[] arr) { int [] out = new int[arr.length]; int product =1; for(int i=0;i<arr.le...
How to implement Fibonacci Sequence with Python
How to implement Fibonacci Sequence with Python,Fibonacci sequence is one of the most popular interview questions. There are several ways to implement it with Python. Let's see how...
How HashMap works internally in java : A debug approach
How HashMap works internally in java : A debug approach,Most common interview questions are 'How HashMap works in java', 'How get and put method of HashMap work internally'. Here...
Java interview questions for 4 to 7 years experience
Java interview questions for 4 to 7 years experience,In this post, we will see Java interview questions for 5 to 6 years experience. When you have 5 years of experience as java dev...
Python 開発者になるための採用面接準備 [翻訳記事]
Python 開発者になるための採用面接準備 [翻訳記事],本記事は、以下の記事の翻訳です: Preparing for a Python Developer Interview by Adam McQuistan on Stack Abuse * 執筆者に許諾を頂いた...
Essential Python 3 code for lists
Essential Python 3 code for lists,Python 3 examples for all of the things I listed in my previous article. Essential code for lists and vectors in an interview edA‑qa mort‑ora‑y...
Python Community Interview With Ali Spittel
Python Community Interview With Ali Spittel,Happy Monday, all! I recently had the enormous pleasure of interviewing Dev.to's very own Ali Spittel for my regular Python Community In...
The Strengths and Biggest Misconceptions of Kotlin—Interview with Marcin Moskala
The Strengths and Biggest Misconceptions of Kotlin—Interview with Marcin Moskala,I was approached about attending DevFest Siberia, which is September 23-24th of this month. That s...