You write some code, spend days if not months iterating over it - you push it finally to production and you sit there super satisfied and it gets your favourite project ever name
So what is your favourite project you’ve done and why?
You write some code, spend days if not months iterating over it - you push it finally to production and you sit there super satisfied and it gets your favourite project ever name
So what is your favourite project you’ve done and why?
For further actions, you may consider blocking this person and/or reporting abuse
Iurii Panarin -
Travis Ramos -
Shahar Kazaz -
Pelle Nilsen -
Top comments (10)
I'm most proud of my Open Source projects:
It's really great when you create something and people use it. My first project on the list has quite some users. But the other two not so much, at least this is what I can tell because there are no bug reports or questions yet. But there is much you can do to see if people actually use your project.
I wish people would share if they use your project, GitHub stars doesn't say much.
I totally agree! Crediting OSS goes a long way
I joined a company that did twice yearly price updates. They had 10.4M price points across 60K skus and seven marketplaces. The update had to be run in real time (i.e. the night of the price change) and took 5 hours and has to be done by the IT team.
I made it so that the users could update the prices in advance and the application on the day took 9 minutes.
Did you optimize query or something ?
Several things. Firstly introduced some efftive from/to fields so that future records could be entered. Second removed a whole bunch of cursors. Third new indexes. Fourth lots and lots of temp tables. Fifth proper table joins so we could make use of statistics. Sixth. Introduced some config and aggregator tables.
Was an interesting project.
I have special feelings for my first Open Source contribution to supercharge Oracle 11g (at that time I was DBA)... called
oracle-jutils
making it possible and very easy to :The website was produced with
docbook
stylesheets and that was super fun.See below Twitter interactions from
SQL
:Came for that great header image, commenting for the invitation to plug ~
augmented-ui.com/
It's just a CSS file but it lets you do like 100 (related) things that are a complete pita to do manually.
I built it because I loved the UI in Deus Ex Human Revolution and really want to see more sci-fi ui on the web - so I made it easy to do. :)
Thanks!
I feel proud of tipseason.com/ (A great place to learn top tech and interview tips ) As part of that I learnt a lot about
Implementing Accelerated Mobile Pages(AMP) in a heavy content driven website.
Integrating Apple SignIn module in PWA.
Creating design system from scratch in the e-commerce based website/platform.
I feel like I am proud of my FYP, even though i copied initial code from GitHub, then studied each piece & added Face recognition in NodeJS.
I learned programming along the way & it was satisfactory.