Skip to content

Instantly share code, notes, and snippets.

@prabhuramkumar
prabhuramkumar / test_file.md
Last active August 29, 2015 14:13
test description

blog hello world #test content changed again

@prabhuramkumar
prabhuramkumar / time-to-raise.md
Last active August 29, 2015 14:11
Time to Raise - Legacy UI Devs

Web is not just HTML & CSS and anymore, though these two are solid part of web any given day, the contemporary tools and process that are available to ease the development are numerous and its growing very fast such that one can go completely outdated in a span of 3 to 6 months.

One can go completely outdated in a span of 3 to 6 months.

The way Front End Technologies expanding and booming its of-course attracting lot of interest and many people who ignored these technologies in the past are willing to learn, with increased competition surviving is not easy. And as a legacy developer you are not just expected to survive but to raise.

As a legacy Dev you are not just expected to survive but to raise.

There are two kinds of UI Devs, one from design background and another one from development background, if you are from development background you are already doing good, you are doing good because of the raise of JS. The one from design background is in a place to make a choice. Because the fairly new

@prabhuramkumar
prabhuramkumar / roughdraft-1.md
Created December 10, 2014 05:35
We are proud Front End Engineers

It's been 10 years since I started my career as a web designer, then there wasn't any role called UI dev, UX, XD etc. And we were not the most respected people in the industry, we were not well paid, many of us doesn't even knew what could be the way forward in-terms of career growth.

But we still continued only because we loved what we were doing, though we had dilemma about whether we are on the right track during our tough times, but from our subconscious we believed its the right thing and continued with it.

It was fun, it was different, it had creativity, it had challenges different from usual software challenges, over the period of time we acquired skills, skills that are unique in the industry, skills that are now most wanted in the modern software development, skills that can be premium across platforms, devices, products etc.

One thing the time taught us, that you do what you love and believe and be patient, it will pay you back and pay you back at the right time when you would

@prabhuramkumar
prabhuramkumar / roughdraft-1.md
Created December 9, 2014 13:33
Hybrid App Learnings

Hybrid App Learnings

Coming soon...

@prabhuramkumar
prabhuramkumar / Modern UI Workflow.md
Last active August 29, 2015 14:11
Modern Workflow - for UI Developers from a UI Developer

@prabhuramkumar
prabhuramkumar / overflow & Z-index.md
Last active August 29, 2015 14:11
overflow & Z-index

Adding overflow property to any html element will create a hidden z-index property to the same element. If you are playing with Z-index position context to get your elements aligned on top of each other and for some reason if thats not happening check out the elements those have z-index, could be the culprit.

@prabhuramkumar
prabhuramkumar / CSS trick on word-wrap.md
Last active June 17, 2020 20:01
CSS trick on word-wrap for table content

Just came across this scenerio... word-wrap on table td's don't work the work around for this is adding a wraper div and then applying word-wrap:break-word on it. But then this is not a semantic solution whichc adds extra divs around content.

Another work around is adding table-layout:fixed on the main table and then addding word-wrap:break-word on td's.

adsfdsafsdfsadfsdafsadfsd