We're a place where coders share, stay up-to-date and grow their careers.
404 bio not found
ESGI
All private interactions must abide by the code of conduct.
You can and should do a for loop. It's been 1 year since I ...
Jan 22 '20
For the theory of operating systems, I see this subject at ...
Nov 21 '19
In Rust it's quite a simple syntax: for i in 1..100 { ...
Jul 19 '19
C++ also deals with manual memory allocation C++ standar...
.split('') can be shortened: [...string].reverse().join(...
Jul 18 '19
All for our nerd cravings ๐ค
Feb 14 '19
Promise hell can't exist, that's why it's so nice! const ...
Jan 16 '19
The YAGNI really makes me laugh, that's exactly what I do a...
Jan 11 '19
I have my answers, threads.h is better to use even if it's ...
Jan 10 '19
Yup, seems nice, their is just a lack of documentation, I w...
pthread.h is POSIX compliant, threads.h isn't. But sure yo...
C can be a very scary language at first but it's so captiva...
Jan 9 '19
Glab that you enjoyed it! I'm starting to understand a lot...
It perfectly works on Windows too!
Jan 7 '19
git -a -m "message" can be shortened to git -am "message" b...
Jan 6 '19
Ridiculously Simple Chat - Well, that's a chat ยฏ\_(ใ)_/ยฏ Y...
Dec 18 '18
"IT security expert" or "pentester" are very good terms, "E...
Dec 15 '18
C# is a language mostly used in companies, the mentality is...
Dec 8 '18
I'm a .NET MVC developer - I'm disappointed of the communit...
Computer Science does not involve code, if you start coding, ...
Dec 4 '18
I'm happy to be on the list this week! ๐
I think it's made to use the exact same syntax. But I don't...
Dec 2 '18
The only missing feature I found is that Crystal isn't on W...
Well, at first I wanted to start learning Ruby but Crystal ...
Oh ok! So your way is better for sure!
Dec 1 '18
I'll note that! I'm not an english native. In french, the w...
It seems like the same thing? :(
Nov 30 '18
Beware of Electron, while it's super easy to use for a Java...
Nov 29 '18
The most useful trick I use in every project is: * { box-...
In the case of WarShield, you can start by discovering the ...
Nov 27 '18
Every improvement is a great help for this tool. The parame...
Nov 26 '18
Well, it could be a great way to start an adventure in the ...
Heyyy, Like the last "Who's looking for open source contri...
It was quic since HTTP/2
Nov 19 '18
Thanks! I'm happy to see that it's useful ๐
WarShield is a CLI tool made to cipher and decipher your fi...
Nov 13 '18
I couldn't hope for a better comment ๐ฎ You made a counter ...
I didn't mention that the use of different passwords for ea...
Nov 12 '18
I didn't know xkcd, thanks for sharing this! Random words a...
I see all the solutions in the comments, you can also do th...
Nov 10 '18
It's hard to show proper code of how cryptography works. Yo...
The post isn't updated, WarShield had an update 12 days ago...
Nov 7 '18
Rework finished, hope that you will enjoy it!
Nov 6 '18
It's theoricaly the same thing as a salt, a salt is mostly ...
Nov 5 '18
Great and well explained post! I agree with you about doing...
ECC curves are far from what I know at this time.. If your ...
You're right, I somehow poorly formulated the paragraph, it...
I think it's when you need to talk in front of a recruiter,...
It's literally the same thing as a salt, it's mixed with th...
Thanks, the community helps me alot to improve myself! Hope...
DEV.to has become a gigantic IT community! Can't wait for i...
Nov 2 '18
JavaScript: Famous for being famous. Well, it's actually...
Nov 1 '18
๐
Oct 30 '18
@dimensi0n is very passionate by what he create, I had nev...
It all depends on the employers, a big company like EA can ...
Oct 29 '18
I agree with you, peoples should not totally reinventing th...
Oct 28 '18
What I believe is that if something can be done at no cost,...
Understanding how something works is the best way to use it...
Absolutely not! For work productivity it's better to take t...
Really great developed article!
In your case you want to create an app because it doesn't a...
Sure, creativity need a bit of thinking. The point of reinv...
Thanks! GPG use CAST-128 which is less powerful than AES. ...
Oct 21 '18
3DES is deprecated, AES is the new data encryption standard...
Yup, it was a mistake, thanks you! ๐
Oct 9 '18
All 67 comments
Basics of multithreading in C
You can and should do a for loop. It's been 1 year since I ...
Basics of multithreading in C
For the theory of operating systems, I see this subject at ...
Which types of loops are most popular in the programming languages you use?
In Rust it's quite a simple syntax: for i in 1..100 { ...
First Contact with C++
C++ also deals with manual memory allocation C++ standar...
Reverse a String - Four JavaScript Solutions
.split('') can be shortened: [...string].reverse().join(...
๐๐DevTo CLI๐๐: A Valentine's Day Gift To My Favorite People
All for our nerd cravings ๐ค
How to rewrite a callback function in Promise form and async/await form in JavaScript
Promise hell can't exist, that's why it's so nice! const ...
Basic principles that will make your programming life in 2019.
The YAGNI really makes me laugh, that's exactly what I do a...
Basics of multithreading in C
I have my answers, threads.h is better to use even if it's ...
Basics of multithreading in C
Yup, seems nice, their is just a lack of documentation, I w...
Basics of multithreading in C
pthread.h is POSIX compliant, threads.h isn't. But sure yo...
Basics of multithreading in C
C can be a very scary language at first but it's so captiva...
Basics of multithreading in C
Glab that you enjoyed it! I'm starting to understand a lot...
How conventional commits improved my git skills
It perfectly works on Windows too!
How conventional commits improved my git skills
git -a -m "message" can be shortened to git -am "message" b...
Who's looking for open source contributors? (Dec 17th edition)
Ridiculously Simple Chat - Well, that's a chat ยฏ\_(ใ)_/ยฏ Y...
How I hate the term ยซEthical Hackerยป !
"IT security expert" or "pentester" are very good terms, "E...
Ruby has the kindest programming community and I have the data to prove it
C# is a language mostly used in companies, the mentality is...
Ruby has the kindest programming community and I have the data to prove it
I'm a .NET MVC developer - I'm disappointed of the communit...
Web Development !== Computer Science
Computer Science does not involve code, if you start coding, ...
Top 5 DEV Comments from the Past Week
I'm happy to be on the list this week! ๐
How did I started learning a new technology
I think it's made to use the exact same syntax. But I don't...
How did I started learning a new technology
The only missing feature I found is that Crystal isn't on W...
How did I started learning a new technology
Well, at first I wanted to start learning Ruby but Crystal ...
5 CSS tips you didn't know you needed
Oh ok! So your way is better for sure!
What I learned about cryptography in 3 weeks
I'll note that! I'm not an english native. In french, the w...
5 CSS tips you didn't know you needed
It seems like the same thing? :(
How to easily build Desktop Apps with HTML, CSS and Javascript
Beware of Electron, while it's super easy to use for a Java...
5 CSS tips you didn't know you needed
The most useful trick I use in every project is: * { box-...
Who's looking for open source contributors? (November 26th edition)
In the case of WarShield, you can start by discovering the ...
Who's looking for open source contributors? (November 26th edition)
Every improvement is a great help for this tool. The parame...
Who's looking for open source contributors? (November 26th edition)
Well, it could be a great way to start an adventure in the ...
Who's looking for open source contributors? (November 26th edition)
Heyyy, Like the last "Who's looking for open source contri...
What is HTTP/3 ?
It was quic since HTTP/2
Protect your data with WarShield
Thanks! I'm happy to see that it's useful ๐
Who's looking for open source contributors? (November 12th edition)
WarShield is a CLI tool made to cipher and decipher your fi...
How to properly use passwords
I couldn't hope for a better comment ๐ฎ You made a counter ...
How to properly use passwords
I didn't mention that the use of different passwords for ea...
How to properly use passwords
I didn't know xkcd, thanks for sharing this! Random words a...
"for" vs. "forEach" and the value of documentation
I see all the solutions in the comments, you can also do th...
What I learned about cryptography in 3 weeks
It's hard to show proper code of how cryptography works. Yo...
Protect your data with WarShield
The post isn't updated, WarShield had an update 12 days ago...
What I learned about cryptography in 3 weeks
Rework finished, hope that you will enjoy it!
What I learned about cryptography in 3 weeks
It's theoricaly the same thing as a salt, a salt is mostly ...
Blockchain using NodeJS and Socket.io
Great and well explained post! I agree with you about doing...
What I learned about cryptography in 3 weeks
ECC curves are far from what I know at this time.. If your ...
What I learned about cryptography in 3 weeks
You're right, I somehow poorly formulated the paragraph, it...
Whatโs the most frustrating thing about the process of looking for work or interviewing?
I think it's when you need to talk in front of a recruiter,...
What I learned about cryptography in 3 weeks
It's literally the same thing as a salt, it's mixed with th...
What I learned about cryptography in 3 weeks
Thanks, the community helps me alot to improve myself! Hope...
Introducing our November 2018 sponsors
DEV.to has become a gigantic IT community! Can't wait for i...
๐ Languages' Popularity on DEV
JavaScript: Famous for being famous. Well, it's actually...
Say something nice about another DEV member
๐
Say something nice about another DEV member
@dimensi0n is very passionate by what he create, I had nev...
Why you should reinvent the wheel
It all depends on the employers, a big company like EA can ...
Why you should reinvent the wheel
I agree with you, peoples should not totally reinventing th...
Why you should reinvent the wheel
What I believe is that if something can be done at no cost,...
Why you should reinvent the wheel
Understanding how something works is the best way to use it...
Why you should reinvent the wheel
Absolutely not! For work productivity it's better to take t...
Why you should reinvent the wheel
Really great developed article!
Why you should reinvent the wheel
In your case you want to create an app because it doesn't a...
Why you should reinvent the wheel
Sure, creativity need a bit of thinking. The point of reinv...
Protect your data with WarShield
Thanks! GPG use CAST-128 which is less powerful than AES. ...
Protect your data with WarShield
3DES is deprecated, AES is the new data encryption standard...
All you need to know about destructuring in JavaScript
Yup, it was a mistake, thanks you! ๐