A guide for your daily "professional" interactions (not really)

Overview

how-to-professionally-say

How to professionally say

A guide for your daily professional interactions.

A simple static website for common phrases we might want to say to your colleagues but want to make it sound more professional.

The data for this is being collected from content created by @loewhaley on instagram.

Disclaimer

Hello reader. If you are coming from hackernews or reddit, firstly I want to thank you for sharing your thoughts and suggestions (if any). The intent of the project is not to make you respond in a passive aggressive tone but to show you some alternatives of how you might feel like saying sometimes over how you can reframe it a bit better (in some cases atleast)

I have gathered the data from a content creator on Instagram (@loewhaley) and yes of course the credits are mentioned everywhere about this.

Based on the responses there it seems like what I started as fun activity can be something more than I thought.

I'll be looking into the possibilities of improving the content to make it less satire and more appropriate for most of the people out there.

Since it's an open sourced project, you can share your feedbacks and idea improvements here.

At ending note, I would just like to say to anyone who feels this is really good and I'm going to use this word by word, please don't, take this as a grain of salt and not seriously (atleast at this point of time till I better structure the content) and anyone who feels negative about this, I'm sorry you feel that way but don't take this very seriously.

Technology Stack 💻

Bugs or Requests 🐛

If you encounter any problems feel free to open an issue. If you feel the project is missing a feature, please raise a ticket on GitHub and I'll look into it. Pull request are also welcome.

Contributions 🤝

Please check the guide to learn more about contributing to this project

Credits 🙏

Where to find me? 👦🏽

Comments
  • feat: add more q & a

    feat: add more q & a

    Hey @AkashRajpurohit could you please take a look at the new content portion?

    I decided to use alternativeAnswers for question #40. The original question 'I am getting underpaid for what my role has evolved into?' sounds similar, but let me know if you'd like to split them? Also, questions #17and#46` could be grouped on the "micromanaging" subject.


    Regards, Eugene

    opened by etolbakov 4
  • Fonts optimization

    Fonts optimization

    I recommend (for performance reasons) to optimize fonts and serve modern format.

    I wrote a little bit on th subject here: https://pavelloz.com/blog/google-fonts-optimization/

    opened by pavelloz 4
  • Introduce progressive enhancement on top of static semantic HTML document structure

    Introduce progressive enhancement on top of static semantic HTML document structure

    Is your feature request related to a problem? Please describe. Expanding question is currently reliant on JavaScript. With JavaScript disabled, there is no way to read the answers. (Besides sifting through source code.)

    Describe the solution you'd like Page should be served as accessible static HTML document with both question and answers accessible straight away. Only the "filter" feature should be client-side progressive enhancement not present in the static payload. The "reveal" feature could be done either using native <details><summary>Question</summary>Answer</details>[...] HTML structure with no need of client-side scripting, or with static description list (<dl><div><dt>Question</dt><dd>Answer</dd></div>[...]</dl>) progressively enhanced to interactive button toggle ("accordion") structures similar to current one.

    Describe alternatives you've considered "Robust" alternative with true answer reveal without client-side JavaScript would require either server-side scripting, presumably stateful (what seems a bit over-engineered, but perhaps Vercel could do that in meaningful manner?), or CSS label&checkbox hack (what is not optimal from accessibility perspective and has similar issues to JavaScript-only approach).

    Additional context Must praise otherwise quite accessible approach; current version works well with keyboard. Haven't tested screen readers but seeing reasonable aria attributes gives hope it was thought-out. Inline SVGs should be hidden from the tree, though.

    enhancement 
    opened by myfonj 4
  • Poor wording

    Poor wording

    "As per my prediction, this outcome does not come as a surprise."

    As a native English speaker, this sentence sounds very unnatural. It is a "dangling modifier" (or similar); it sounds like the prediction you made was that the outcome would not be a surprise. But in fact you're trying to say that you predicted the outcome.

    Better alternatives include:

    • "This outcome does not come as a surprise."
    • "This outcome agrees with my earlier prediction."
    • "Seeing as it agrees with my earlier prediction, this outcome is not a surprise."
    wontfix 
    opened by markasoftware 2
  • Optimize fonts

    Optimize fonts

    Life got in a way, but here it is :)

    I didnt remove the old fonts, just because you might want to create a different subset in the future - good to have source file.

    Below you have the ls to compare sizes. Im pretty happy with the results. 309 KB -> 15 KB should be visible on non-fiber connections.

    Inter font

     51K Inter-Bold-subset.ttf
     15K Inter-Bold-subset.woff2
    309K Inter-Bold.ttf
    
     51K Inter-Medium-subset.ttf
     15K Inter-Medium-subset.woff2
    307K Inter-Medium.ttf
    
     50K Inter-Regular-subset.ttf
     14K Inter-Regular-subset.woff2
    303K Inter-Regular.ttf
    

    DancingScript font

    45K DancingScript-Medium-subset.ttf
    22K DancingScript-Medium-subset.woff2
    79K DancingScript-Medium.ttf
    

    Enjoy :)

    opened by pavelloz 2
  • feat: :sparkles: add favorites and ability to toggle between the favorites and all

    feat: :sparkles: add favorites and ability to toggle between the favorites and all

    As we are seeing that the data source is increasing, this feature will allow users to add their own favorites and toggle selectively toggle to view the favorites only.

    The data for favorites would be stored in the user's localStorage hence the favorites won't be accessible on different browser.

    opened by AkashRajpurohit 1
  • feat: add more q & a

    feat: add more q & a

    Hello @AkashRajpurohit

    a new portion of q & a from Laura. Starting from the ~q#53~ q#52 there are q&a from the "interview edition", not sure what's your view on it, should we put them with the rest? Regards ,Eugene

    opened by etolbakov 1
  • fix: apply the q/a swap when the search value changes

    fix: apply the q/a swap when the search value changes

    Previously, when the flow was "answer->question" and the user edited the search field, the list was re-filtered correctly but was also reverted to "question->answer" flow.

    This was because the logic for swapping the question and answer only ran when the flow was toggled. When the user edited the search value, the list of questions to display was recomputed from scratch and the swap was lost.

    Fix this by also running the swap logic when the search value changes.


    DISCLAIMER: Completely untested. Not sure if this is the best approach.

    opened by tom93 1
  • feat: :sparkles: toggle between flow of data

    feat: :sparkles: toggle between flow of data

    This was by far the most requested feature on the comments for hackernews feed, so with this PR, users can switch the flow of data representation

    Closes #2

    opened by AkashRajpurohit 1
  • Not an issue

    Not an issue

    Hi 👋🏻

    I just wanted to thank you for doing this project. I am someone who is sorely lacking in tackles, and discovering a project like this will help me a lot in my daily life.

    This is not an issue, just encouragement from me and thanks.

    Thank you!

    opened by Olyno 1
  • fix spelling of

    fix spelling of "yourself"

    The word "yourself" is supposed to be spelt without a space between "your" and "self". Remove such a space in qna.ts in one of the questions.

    opened by rybak 1
  • API or NPM Package?

    API or NPM Package?

    Is your feature request related to a problem? Please describe. Hi, I’m currently looking for some ideas on what I could implement as a Raycast extension and I remembered this project. Would it be possible to (ideally) provide a simple JSON API or (worse but also appreciated) an NPM package with the raw data?

    Describe the solution you'd like Ideally, a simple JSON API (or json file hosted on a predictable URL) would be great

    Describe alternatives you've considered An NPM package that contains the JSON would also help, but it would mean that downstream projects need to always update it manually.

    Additional context N/A

    enhancement 
    opened by FlorianWendelborn 7
  • Multi-language / translations

    Multi-language / translations

    Is your feature request related to a problem? Please describe. If you're not english you have to translate everything

    Describe the solution you'd like Multi-lang support

    Describe alternatives you've considered nothing

    Additional context no

    enhancement 
    opened by ElDavoo 7
Owner
Akash Rajpurohit
Software Engineer
Akash Rajpurohit
Grupprojekt för kurserna 'Javascript med Ramverk' och 'Agil Utveckling'

JavaScript-med-Ramverk-Laboration-3 Grupprojektet för kurserna Javascript med Ramverk och Agil Utveckling. Utvecklingsguide För information om hur utv

Svante Jonsson IT-Högskolan 3 May 18, 2022
Hemsida för personer i Sverige som kan och vill erbjuda boende till människor på flykt

Getting Started with Create React App This project was bootstrapped with Create React App. Available Scripts In the project directory, you can run: np

null 4 May 3, 2022
Kurs-repo för kursen Webbserver och Databaser

Webbserver och databaser This repository is meant for CME students to access exercises and codealongs that happen throughout the course. I hope you wi

null 14 Jan 3, 2023
A daily activity tracking application that helps to organize your daily tasks and keep track of tasks that have been completed, or yet to be completed.

To-Do-List This is my To-Do List project in the Microverse curriculum. Built With HTML CSS Javascript (Webpack) GitHub Live Demo Live Demo Link Gettin

Hammed Adisa 8 May 7, 2022
Easily open daily notes and periodic notes in new pane; customize periodic notes background; quick append new line to daily notes.

Obsidian daily notes opener This plugin adds a command for opening daily notes in a new pane (so that a keyboard shortcut could be used!) and gives ex

Xiao Meng 16 Dec 26, 2022
A simple daily news, used the api of Zhihu Daily, deployed on Vercel.

Daily News Introduction | 介绍 A simple daily news website, used the api of Zhihu Daily, deployed on Vercel. Inspired by @zkeq/news. 一个简单的,使用知乎日报api的,部署

Lockinwize Lolite 4 Jul 26, 2022
This project is designed to store all the daily tasks that need to be done and their status (completed or not), build by JavaScript.

Portfolio In this project I built the Do list project. Built With Major languages: HTML , CSS , javascript Live Demo (if available) Live Demo Link Get

Shaqayq Darwazi 3 Jul 19, 2022
An extensible HTML DOM window manager with a professional look and feel

Wingman An extensible HTML DOM window manager with a professional look and feel. Installation Wingman only requires two files: wingman.css and wingman

nethe550 1 Jan 21, 2022
A collection of handmade, professional and dazzling CSS components. ✨

CSS Components Library — Endless collection. Made with ♥ by Eluda for the AWS Amplify hackathon. About the app CSS Components is an online collection

Eluda 1 Oct 1, 2022
A professional truffle solidity template with all necessary libraries that support developer to develop, debug, test, deploy solidity smart contract

solidity-truffle-template A professional truffle solidity template with necessary libraries that support to develop, compile, test, deploy, upgrade, v

ChimGoKien 6 Nov 4, 2022
A "Basic-to-Lisp" compiler. But Basic is not real Basic, and Lisp is not real Lisp.

Basic2Lisp A "Basic-to-Lisp" compiler. But Basic is not real Basic, and Lisp is not real Lisp. Syntax Print-Sth Put some-value to standard output. PRI

Hana Yabuki 5 Jul 10, 2022
🧩 TypeScript utility type in order to ensure to return only properties (not methods) containing values in primitive types such as number or boolean (not Value Objects)

?? TypeScript Primitives type TypeScript utility type in order to ensure to return only properties (not methods) containing values in primitive types

CodelyTV 82 Dec 7, 2022
A Cypress plugin that generates test scripts from your interactions, a replacement Cypress Studio for Cypress v10 🖱 ⌨

DeploySentinel Cypress Recorder Plugin Create Cypress tests scripts within the Cypress test browser by simply interacting with your application, simil

DeploySentinel 13 Dec 15, 2022
A simple browser extension, intended to get you "Back To Work" when you start slacking off to one of those really addictive sites.

Back to Work A simple browser extension, intended to get you Back To Work when you start slacking off to one of those really addictive sites. What doe

Dheeraj Lalwani 29 Nov 19, 2022
Million is a lightweight (<1kb) Virtual DOM. It's really fast and makes it easy to create user interfaces.

?? Watch Video ?? Read the docs ?? Join our Discord What is Million? Million is a lightweight (<1kb) Virtual DOM. It's really fast and makes it easy t

Derek Jones 5 Aug 24, 2022
🚀 A really straight-forward SurrealDB Rest API wrapper.

SurrealDB Node.js npm i surrealdb Quick Start surreal start --root user --pass user import SurrealDB from 'surrealdb' const Surreal = new SurrealDB('

Jareer Abdullah 5 Dec 10, 2022