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
Jacob W Runge -
CodewithGuillaume -
Jonas Scholz -
Pratik Mali -
Once suspended, charliesay will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, charliesay will be able to comment and publish posts again.
Once unpublished, all posts by charliesay will become hidden and only accessible to themselves.
If charliesay is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Charlie Say.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag charliesay:
Unflagging charliesay will restore default visibility to their posts.
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
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.
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.