Dear #YoungProfessional,

Beat Deadlines, don’t meet it:

In the world of social media and the latest gist/violence, there is the tendency to relegate quite important things.

In the world of work, many will meet deadlines, others will miss deadlines but only the exceptional

beat deadlines.
Many times, young professionals equate beating deadlines to not having so much work. That’s not really true!

You can make a habit of beating deadlines, it only requires the discipline needed and self-application.
It is likely that you’re working with a superior who likely also has a superior, thus, there’s a chain of command that probably need to review a piece of work before going to the client. Beating deadlines not only shows you as being efficient, it also shows you’re effective.
Am I saying you should beat deadlines without the required dedication and quality? NO! As I was once told, quality over speed! Does it also mean you cannot have quality and speed? NO! In fact, if you produce quality work and you deliver it past the needed time, the quality
work may become useless!
As I concluded my orientation& training when I first started working, I had a short meeting with a mentor, who is a partner at another top law firm. Over a glass of red wine and me asking how he became a partner quite early,
even skipping a level, amongst other things he said, ‘I have constantly built a reputation around delivering work way ahead of others, with better quality. Imagine if you as a partner receive the work you need at 6-7AM over the years, won’t you make me a Partner fast?’
He went on, ‘it is not that I don’t sleep or just want to send you work at that time, or that I’m pretending by sending you that work at that time when I could have sent it during the day, it is because it is just me, I have done the work and it is good, and you need it’.
Building a work culture around delivering quality work before the deadline, while partners have to keep chasing other associates/senior associates for reviews stood him apart.

One key thing for you to remember is that, as a junior in a team, your job is primarily to make the
life of your seniors on the team easier. If you’re busy, the person above your level is likely twice busier than you are (except a technically redundant person), now imagine the workload of your partner. Even if your partner is not that busy, they are busy looking for clients,
now imagine chasing clients to get work from them and having to chase you to send work to them?

As is said, the reward for hard work is more work, it is often missed that the reward for more work is a promotion that gives you more work and the cycle goes on.
How do you beat deadlines?;
a. desire to always beat deadlines;
b. prioritise tasks;
c. get to it right away- study all the necessary background facts;
d. make a mental or physical note of facts and actions
e. do the work, the hardest part is starting, so start.
f. set a personal deadline for yourself
e. where you don’t understand something, research it, ask colleagues and seniors;
g. use good software like Grammarly that can take of your grammar as you type- no one likes to see poorly constructed sentences;
h. cut down on SM time;
i. understand delayed gratification- you can drink that beer with the boys later;
j. review the work to see that it makes sense and send.

Agreed, there are days that you can’t beat deadlines, but when you have built a culture of beating deadlines, your supervisors will make
excuses for you and you still maintain your reputation as a star boy/girl.

Excellence is a lifestyle you can build and it will go with you everywhere.

Thoughts?
@ayodelegoni @chidi_esq @deolaagunbiade @DesmondOgba @reginaldaziza @adetolaov @MaryEkemezie

More from Society

global health policy in 2020 has centered around NPI's (non-pharmaceutical interventions) like distancing, masks, school closures

these have been sold as a way to stop infection as though this were science.

this was never true and that fact was known and knowable.

let's look.


above is the plot of social restriction and NPI vs total death per million. there is 0 R2. this means that the variables play no role in explaining one another.

we can see this same relationship between NPI and all cause deaths.

this is devastating to the case for NPI.


clearly, correlation is not proof of causality, but a total lack of correlation IS proof that there was no material causality.

barring massive and implausible coincidence, it's essentially impossible to cause something and not correlate to it, especially 51 times.

this would seem to pose some very serious questions for those claiming that lockdowns work, those basing policy upon them, and those claiming this is the side of science.

there is no science here nor any data. this is the febrile imaginings of discredited modelers.

this has been clear and obvious from all over the world since the beginning and had been proven so clearly by may that it's hard to imagine anyone who is actually conversant with the data still believing in these responses.

everyone got the same R
It is simply not correct to point fingers at wind & solar energy as we try to understand the situation in TX. The system (almost) had a plan for weather (almost) like this. 1/x


It relied on very little wind energy - that was the plan. It relied on a lot of natural gas - that was the plan. It relied on all of its nuclear energy - that was the plan. 2/x

There was enough natural gas, coal and nuclear capacity installed to survive this event - it was NOT "forced out" by the wind energy expansion. It was there. 3/x

Wind, natural gas, coal and nuclear plants all failed to deliver on their expectations for long periods of time. The biggest gap was in natural gas! The generators were there, but they were not able to deliver. 4/x

It may be fair to ask why there is so much wind energy in ERCOT if we do NOT expect it to deliver during weather events like this, but that is an entirely different question - and one with a lot of great answers!! 5/x

You May Also Like

A brief analysis and comparison of the CSS for Twitter's PWA vs Twitter's legacy desktop website. The difference is dramatic and I'll touch on some reasons why.

Legacy site *downloads* ~630 KB CSS per theme and writing direction.

6,769 rules
9,252 selectors
16.7k declarations
3,370 unique declarations
44 media queries
36 unique colors
50 unique background colors
46 unique font sizes
39 unique z-indices

https://t.co/qyl4Bt1i5x


PWA *incrementally generates* ~30 KB CSS that handles all themes and writing directions.

735 rules
740 selectors
757 declarations
730 unique declarations
0 media queries
11 unique colors
32 unique background colors
15 unique font sizes
7 unique z-indices

https://t.co/w7oNG5KUkJ


The legacy site's CSS is what happens when hundreds of people directly write CSS over many years. Specificity wars, redundancy, a house of cards that can't be fixed. The result is extremely inefficient and error-prone styling that punishes users and developers.

The PWA's CSS is generated on-demand by a JS framework that manages styles and outputs "atomic CSS". The framework can enforce strict constraints and perform optimisations, which is why the CSS is so much smaller and safer. Style conflicts and unbounded CSS growth are avoided.