DeveloperBreeze

Commonly used English phrases and their natural spoken

Common Words & Phrases

Original PhraseSpoken/Reduced Pronunciation
I don’t knowarano / dunno
What are you doing?whatcha doin?
Going togonna
Want towanna
Got togotta
Let melemme
Give megimme
Could havecoulda
Would havewoulda
Should haveshoulda
Don’t youdoncha
Didn’t youdidncha
Aren’t youarencha
Out ofoutta
Kind ofkinda
Sort ofsorta
Because'cause / cuz
Going to thegonna go
Did youdija / didja
What do youwhaddaya
How did youhowdja
Give it to megimme it
Tell metellem / tell'm

Common Expressions

Original StatementSpoken Pronunciation
I don’t want to do itI don’ wanna do it
What do you want?Whaddaya want?
Are you coming with us?Ya comin’ with us?
I am going to the storeI’m goin’ to the store
Did you see that?Dija see that?
How is it going?Howzit goin’?
Do you want to go out?D’ya wanna go out?
I have got to goI gotta go
I should have calledI shoulda called
I would have helpedI woulda helped
I could have done itI coulda done it
It is out of my handsIt’s outta my hands
It is kind of niceIt’s kinda nice
What are you talking about?Whatcha talkin’ ’bout?
I am not sure about itI’m not sure ’bout it

Everyday Casual Phrases

Original PhraseSpoken/Slang Form
How are you?How’re ya? / How ya doin’?
What’s up?Wassup? / Sup?
Do you want some?Ya want some?
I don’t think soI don’ think so
You have to goYou gotta go
I am out of hereI’m outta here
You are going to love itYou’re gonna love it
Is it okay with you?S’okay with ya?
Let us do itLemme do it
Can you give me that?Can ya gimme that?
Are you alright?Ya alright?

Related Posts

More content you might like

Note

CSS Grid

No preview available for this content.

Jan 05, 2025
Read More
Note

Note on `npm run dev` in a Laravel Project

Laravel Mix supports versioning by appending unique hashes to filenames, which is essential for cache busting. When assets are updated, browsers are forced to re-download the new versions due to the filename changes.

In development mode (npm run dev), source maps are generated, allowing developers to debug their original source code (e.g., JavaScript or Sass) within the browser, even if the code served is minified.

Oct 24, 2024
Read More
Note

Finding and Displaying Laravel Log Modification Time Using find and stat

find /var/www -name "laravel.log" -exec stat --format="%y %n" {} +
  • Searches for files named laravel.log within the /var/www directory and its subdirectories.
  • You can replace /var/www with any directory path where you want to search.

Oct 24, 2024
Read More
Note

How to Completely Uninstalling Steam on Linux

No preview available for this content.

Oct 24, 2024
Read More

Discussion 0

Please sign in to join the discussion.

No comments yet. Be the first to share your thoughts!