Details
-
About20yo software and app developer, designer and human Feel free to contact me on Telegram: iAmGio
-
SkillsJava + (JavaFX), Kotlin, Dart (+ Flutter) JavaScript, C, Red
-
LocationItaly
-
Website
-
Github
Joined devRant on 6/13/2017
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
I've written an insertion sort algorithm in my own esoteric programming language!
I also like to call it 'San Francisco sort'.
Explanation: https://github.com/iamgio/pikt/...8 -
Okay so I've written a string reverser in my own esoteric programming language.
Explanation: https://github.com/iAmGio/pikt/...5 -
Unpopular opinion: every mobile developer should use Flutter. It's the best thing out there by far.18
-
Yesterday I got my first total freeze on my "new" PC after 4 years.
Guess the program. (tip: ends with Studio)10 -
Hi guys, I got some questions for you:
I'm a 17 years old guy from south Italy with 5 years of programming experience, mainly with Java and Kotlin. Since finding a well paid job here is soooo hard (especially when it comes to IT), I will surely go to another country (England, Sweden, Denmark and Norway in my list) once I get my scientific high school diploma. Here are the questions:
1) I have very high skills on JavaFX, both front-end and back-end. Is JavaFX commonly used in companies? Or should I move to other technologies like Android?
2) Will my diploma (plus a good amount of open source projects) be enough to find a job?
3) What certified English level is commonly required in these countries?5 -
Remember about this project of mine? Maybe not because I deleted the rant, but after a long pause I re-started working on it. In -just- 1 hour I wrote this code that picks a random number, goes from 0 to 5 and, if found, it prints the match.
This is my most (useless && senseless) project by far.4 -
Started with PHP about one month ago, and one of the first facts I noticed is that this language it's fucking violent!
die, explode6 -
Me: How big do you want the banner to be (in pixels)?
Client: Mhhh... do default size
DEFINE 'DEFAULT SIZE' STUPID MORON9 -
Serious question:
How do you prevent your (paid) programs from being downloaded for free?
I really want to earn money from softwares but I'm so scared... (I'm 16 only)21 -
if(obj == value) {
stuff;
}
Is for boys,
Arrays.asList(obj).filter(o -> o == value).forEach(o -> stuff);
Is for men1