• Shaarli
  • Tag cloud
  • Picture wall
  • Daily
  • RSS
  • Login
4369 shaares
37 / 219
Filters

How to professionally say

QRCode

A guide for your daily "professional" interactions

That’s not my job

I’m not the correct person to assist with this but I am happy to connect you with [insert name] who will be able to help

You are not my boss, stop trying to assign me work.

Have you connected with [manager name] in regards to me taking this on? As it has not been communicated to me that I’ll be working on this.

https://howtoprofessionallysay.akashrajpurohit.com/
March 2, 2023 at 11:14:18 AM EST *
career
FILLER

How and Why to Single Leg Romanian Deadlift - Breaking Muscle

QRCode

The posterior chain—you’ve undoubtedly heard people waxing prolific about this topic, particularly in response to sedentary lifestyles. It’s a great buzzword to make yourself sound smart while describing a very simple concept. The posterior chain—you’ve undoubtedly heard people waxing prolific about this topic, particularly in response to sedentary lifestyles. It’s a great buzzword to make yourself sound smart...

https://breakingmuscle.com/how-and-why-to-single-leg-romanian-deadlift/
March 2, 2023 at 11:10:33 AM EST *
fitness workout
FILLER

Thoracic Mobility Can Help You Avoid Back Aches and Poor Posture

QRCode

Avoid back aches with these thoracic mobility exercises that focus on the upper spine and offer relief for aches.

  • Ball Upper Back Release
  • Child’s Pose With Shoulder Lifts on Foam Roller
  • Thoracic CARS
  • Kneeling Chest Opener to Spinal Flexion
  • Quadruped Thoracic Rotation
  • Seated Eagle Arms Dynamic Stretch
  • Dolphin Press
https://www.runnersworld.com/health-injuries/a40774054/thoracic-mobility/
March 2, 2023 at 11:08:45 AM EST *
mobility fitness
FILLER

6 Mobility Exercises to Add to Your Warmup from Nikki Hiltz

QRCode

Nikki Hiltz shares why mobility exercises are a big part of their training and the exact exercises you should add to your prerun warmup.

Perform the exercises in the order below for 8 reps each

  1. Cat Camel
  2. Cobra Dog
  3. Inverted Bicycle
  4. Tick Tok
  5. Donkey Kick
  6. Donkey Whip
https://www.runnersworld.com/training/a40639519/mobility-exercises-nikki-hiltz/
March 2, 2023 at 11:06:20 AM EST *
running warmup mobility
FILLER

Dan John, Inventor of Goblet Squat, Demonstrates Fave Squat Drill

QRCode

The legendary strength coach Dan John breaks down a lower-body kettlebell flow exercise in a new video, which takes the goblet squat into the overhead squat.

3 Minute squat test - Stand quickly every 30 seconds (he was only using 20lbs)
Can do curls during it!
https://www.youtube.com/watch?v=ZwtbLFbICwY

https://www.menshealth.com/fitness/a41211540/goblet-squat-overhead-squat-drill-dan-john
March 2, 2023 at 11:00:33 AM EST *
squat kettlebell fitness
FILLER

The Butt Kicks Warmup Helps Men Over 40 Avoid Hamstring Injury

QRCode

The butt kicks warmup drill is a basic movement that can help men over 40 get their bodies ready for exercise and protect the hamstrings.

Heel comes straight up to the butt with knee pointing out not down.

https://www.menshealth.com/fitness/a40907591/butt-kicks-drill-men-over-40/
March 2, 2023 at 10:56:46 AM EST *
running fitness warmup
FILLER

4 Easy Hip Mobility Exercises And Stretches, Per A Trainer

QRCode

Complete the recommended reps for each of the four moves and repeat the circuit two to three times.

  1. Hip Shifts (30 secs)
  2. Loaded Beasts (Do 10 reps)
  3. Elevated 90/90 Hip Switch (3 reps on each side)
  4. Supported Marches (hold for 30 secs, 3 reps each side)
https://www.womenshealthmag.com/fitness/a40558482/hip-mobility-exercises/
March 2, 2023 at 9:51:02 AM EST *
hips workout stretching
FILLER

The complete guide to protecting your APIs with OAuth2 (part 1) - Stack Overflow Blog

QRCode

OAuth2 is one of the most popular specifications for API authentication today, though wrapping your head around it can be a challenge.

When you are using OAuth, you outsource user authentication and authorization to a central identity provider (IdP). Users sign in to the IdP and are granted time-bound permissions in the form of an access token. This token is presented to other applications, APIs, and services.

https://stackoverflow.blog/2022/12/22/the-complete-guide-to-protecting-your-apis-with-oauth2/
March 2, 2023 at 9:44:05 AM EST *
oauth2
FILLER

My first impressions of web3 | Moxie Marlinspike

QRCode

OpenSea would actually be much “better” in the immediate sense if all the web3 parts were gone. It would be faster, cheaper for everyone, and easier to use. For example, to accept a bid on my NFT, I would have had to pay over $80-$150+ just in ethereum transaction fees. That puts an artificial floor on all bids, since otherwise you’d lose money by accepting a bid for less than the gas fees. Payment fees by credit card, which typically feel extortionary, look cheap compared to that. OpenSea could even publish a simple transparency log if people wanted a public record of transactions, offers, bids, etc to verify their accounting.

https://moxie.org/2022/01/07/web3-first-impressions.html
March 2, 2023 at 9:07:24 AM EST *
ethereum blockchain
FILLER

A Civilised Guide to JavaScript Array Methods

QRCode

I’ve created a cheat sheet that will tell you precisely when to use each JS array method. It’s a free gift for anyone who subscribes to my email updates.

https://jrsinclair.com/javascript-array-methods-cheat-sheet
March 2, 2023 at 8:58:58 AM EST *
javascript
FILLER

Rust Easy! Modern Cross-platform Command Line Tools to Supercharge Your Terminal - DEV Community

QRCode

Rust tooling is taking over the terminal. Use these awesome tools to supercharge your Linux/macOS/Windows terminal. Tagged with rust, terminal, linux, macos.

bat is one of my favorite tools from this list. It's a replacement for cat, and once you have used bat, you will never go back.

$ Cargo
cargo install bat --locked

exa
Both LSD and exa are replacements for the ls command. They both look gorgeous with nice colors and icons and have features like headers, sorting, tree views, and so on. Exa is a bit faster than LSD for tree views and can show the Git status of files and folders. I prefer exa due to the Git support and faster tree views. I have set up my ls alias to use exa by default. Both can be configured to show custom columns and sorting behaviors.

rip
rip is an improved version of the rm command. It is faster, safer, and user-friendly. rip sends deleted files to a temp location so they can be recovered using rip -u.

dust
Dust is an alternative for the du command. It is fast and has a better UX with nice visualization for disk usage.

fd
fd is a simpler alternative to find. It is more intuitive to use and comes with sensible defaults. It is extremely fast due to parallel traversing and shows a modern colorized output and supports patterns and regex, parallel commands, smart case, understands .gitignore files, and so on. I have aliased find to fd as I could never remember what options to pass to get a basic find command working.

bottom
bottom is a top replacement with a nice terminal UI. It's quite feature-rich and customizable.

fselect, find files with SQL-like queries
github.com/jhspetersson/fselect

sudo ln -sfnv /usr/bin/batcat /usr/bin/bat;
https://dev.to/deepu105/rust-easy-modern-cross-platform-command-line-tools-to-supercharge-your-terminal-4dd3
March 1, 2023 at 11:13:52 AM EST *
rust linux
FILLER

How to store your app's entire state in the url

QRCode

I decided to encode the entire application state as a Base64 encoded string in the hashmark of the url. For example, a url would look like (note its truncated since they are very long):

Here's the pseudo code for creating the url, and then later reading it:

const stateString = JSON.stringify(appState); // appState is a json object
const compressed = compress(stateString);
const encoded = Base64.encode(compressed);
// Push that `encoded` string to the url
// ... Later, on page load or on undo/redo we read the url and
// do the following
const decoded = Base64.decode(encoded); // same encoded as above, but read from url
const uncompressed = uncompress(decoded);
const newState = JSON.parse(uncompressed);
// Now load your application with the newState

A better idea is to use the URI fragment (the string after the # sign). It has the advantage of not having a size limit, and not needing to be sent all to the backend during the request. window.location.hash is your friend.

https://www.scottantipa.com/store-app-state-in-urls
March 1, 2023 at 11:01:31 AM EST *
javascript json
FILLER

Hex Colors Aren't Great At Anything Except Being Popular - Chris Coyier

QRCode

The hsl() and hsla() functions also have 0% usage in the data, and they have just as good of support as the hex codes. Why? HSL can do anything HEX can do, except it’s far more readable and easier to adjust. It’s just better, really.

https://chriscoyier.net/2023/02/01/hex-colors-arent-great-at-anything-except-being-popular/
March 1, 2023 at 9:59:51 AM EST *
color css webdesign
FILLER

The 30-minute noticing workout - Austin Kleon

QRCode

Walk around. Pay attention. Take pictures.

Bill says there’s two ways to pay attention while you’re walking:

  1. “Ambient noticing” — you’re just soaking in everything, taking in the big picture, and letting things come at you
  2. “Purposeful attention” — you have a goal of seeking out specific things, such as colors, signs, sad chairs, etc.

Bill’s talk also made me think about the different ways we can pull meaning out of our collections of images, including at least:

  1. Juxtaposition, by assembling a gallery of images in multiple next to each other
  2. Addition, by way of annotation — adding text below or drawing directly on the image
  3. Subtraction, cutting up the images, or removing elements (see: my de-signs, which Bill kindly mentions
https://austinkleon.com/2023/01/29/the-30-minute-noticing-workout/
March 1, 2023 at 9:19:14 AM EST *
kleon creativity inspiration photography
FILLER

JSON Web Tokens (JWT) — the only explanation you will ever need | by Ariel Weinberger | Medium

QRCode

JSON Web Tokens are changing the world for the better. Acting as the shield of stateless and distributed architectures, JWTs are pretty amazing. But with great responsibility comes great confusion…

https://arielweinberger.medium.com/json-web-token-jwt-the-only-explanation-youll-ever-need-cf53f0822f50
March 1, 2023 at 8:51:04 AM EST *
jwt auth0
FILLER

The 27 best Photoshop plugins in 2023 | Creative Bloq

QRCode
  1. Adobe Camera Raw
    The free Adobe Camera Raw plugin adds Raw editing capabilities to Lightroom

  2. Powtoon
    Powtoon is a free Photoshop plugin that lets you turn your designs into animated video content with a single click.

  3. Ultimate Retouch Panel
    For professional retouching results that go beyond the default Photoshop filters, Pro Add-Ons’ Ultimate Retouch Panel(opens in new tab) is well worth a look.

https://www.creativebloq.com/photoshop/best-photoshop-plugins-912722
February 28, 2023 at 11:06:45 AM EST *
photoshop photography
FILLER

Modern Illustration

QRCode

A found history of illustration.
Modern Illustration is an archive of print from c.1950-1975, collected and documented by illustrator Zara Picken.

https://www.modernillustration.org/archive/category/Postage+stamp
February 28, 2023 at 11:01:29 AM EST *
illustration inspiration drawing
FILLER

5 Illustrator TIPS and TRICKS to IMPROVE your Digital Illustrations!

QRCode

5 ADOBE ILLUSTRATOR HACKS to improve your illustrations in Adobe Illustrator CC.

Shape Builder Tool for Beginners: https://youtu.be/AMqc3sRQ_-M

Pen Tool Tutorial for Beginners: https://youtu.be/SlUZaoGO9zU

  • Sketch and gather references
  • Use the tools Illustrator has to offer
  • Plan out your color palette
  • Add contrasting shadows and highlights
https://www.youtube.com/watch?v=62tuxKyvg00
February 28, 2023 at 10:55:23 AM EST *
design illustrator icons inspiration drawing
FILLER

Henry From Online | Using Focal Points, Aspect Ratio & Object-Fit To Crop Images Correctly

QRCode

CSS has a lot of pretty rad and powerful features for managing image rendering these days. Let’s leverage some of these, like aspect-ratio, object-fit, and object-position for when we need to use a single image in many different contexts.

https://henry.codes/writing/pure-css-focal-points/
February 28, 2023 at 10:16:46 AM EST *
css webdesign images
FILLER

Hire a UX Designer: The 2022 Recruitment Guide | Adam Fard Studio

QRCode

Use this complete guide to hire a UX designer. Learn how to find, interview and recruit a designer with this step by step guide.

https://adamfard.com/blog/hire-ux-designer
February 28, 2023 at 10:13:38 AM EST *
interviewing career
FILLER
37 / 219
Shaarli · The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community · Documentation
Fold Fold all Expand Expand all Are you sure you want to delete this link? Are you sure you want to delete this tag? The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community