Details
-
AboutGraphic Designer and Web Developer thinking of finding a new passion
-
SkillsHTML, CSS, Bootstrap, Javascript, ReactJS, Firebase, Java, Python
-
LocationKolkata
-
Website
-
Github
Joined devRant on 8/9/2019
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
-
!dev
Just saying, being in quarantine means that you are isolated because you might be sick, and to see if you develop symptoms. Self isolation and social distancing is not being in quarantine.3 -
So best way for me to learn is copy paste from the documentation, then fuck everything up and then clean the mess 😌 Seriously works way better than tutorials 😂3
-
So i made an account on this education videos android app for checking their ui. Used the name "Han solo" and... they contacted me for buying their courses!
Geek reference vs marketing logics:
Tech people: 1
Marketing dept : 🤦🏻♂️3 -
My thoughts on programming:
As a child:
It is 100% magic
As a developer:
It is 65% if/else statements, 34% iterating an array, 1% actual amazing and unique code17 -
"Don’t try and reinvent the wheel – just work on making it better than anyone else." - David A. Stuebe
-
Looking for a job as a deveoper be like:
Job title: car driver
Job requirements: professional skills in driving normal- and heavy-freight cars, buses and trucks, trolley buses, trams, subways, tractors, shovel diggers, contemporary light and heavy tanks currently in use by NATO countries.
Skills in rally and extreme driving are obligatory!
Formula-1 driving experience is a plus.
Knowledge and experience in repairing of piston and rotor/Wankel engines, automatic and manual transmissions, ignition systems, board computer, ABS, ABD, GPS and car-audio systems by world-known manufacturers - obligatory!
Experience with car-painting and tinsmith tasks is a plus.
The applicants must have certificates by BMW, General Motors and Bosch, but not older than two years.
Compensation: $15-$20/hour, depends on the interview result.
Education requirements: Bachelor's Degree of Engineering.41 -
One of my favorite patterns in Java ✨
@highlight
public interface SocketOptions {
}
public enum UnixSocketOptions implements Options {
FOOBAR,
DAVE,
}14