give me 5 examples of usage of the word ‘’ in a sentence in the context of software engineering
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
you are a world class Haskell engineer. | |
you are going to interview me on the following questions. I want you to only reply as the interviewer. Do not write all the conversation at once. I want you to only do the interview with me. Do not write explanations. ask me the questions one bye one like an interviewer does and wait for my answers. | |
I want you to ask me the following questions related to Haskell/Postgres. | |
1. What about using count? | |
2. What are the tradeoffs between using count vs selectList and then counting | |
3. fromJust is a bit dangerous. Why is that? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
There are two steps: | |
1. asking ChatGPT to solve the problem. | |
2. asking ChatGPT to act like the interviewer and quiz you on the solution. | |
--- | |
"solve the following question with typescript: | |
<paste entire description of leetcode problem here> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
On Jun 18, 2017, at 2:10 PM, Joe Previte <redacted> wrote: | |
Hi <redacted>, | |
Thanks for the quick response via Slack. As for pertinent information, here's a brief summary: | |
-I am proficient in Adobe Photoshop, Illustrator, and Premiere (3 years of design and 4 years of video-editing) | |
-I have been learning to program since December and I plan to start a tech career in design/development in August. Here's my portfolio, which I am currently building up. I will have finished the freeCodeCamp Front-End certificate before August and have multiple projects to demonstrate my skills. | |
-I have a degree in Global and Intercultural Understanding from U of A(I speak Spanish and Italian fluently, also studied Portuguese and some Mandarin) | |
-I'm interested in foreign languages, education, and the outdoors. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Place your key bindings in this file to override the defaultsauto[] | |
[ | |
{ | |
"key": "cmd+p", | |
"command": "workbench.action.showAllSymbols" | |
}, | |
{ | |
"key": "ctrl+t", | |
"command": "-workbench.action.showAllSymbols" | |
}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// A script to reproduce issues in code-server quickly | |
async function main(args: string[]) { | |
const issueNum = args[0] || "1234" | |
console.log(`🔍 Reproducing code-server issue #${issueNum}`) | |
console.log(`🔗 https://github.com/coder/code-server/issues/${issueNum}`) | |
console.log(`📁 Creating temporary extensions directory...`) | |
// create temp directory |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
README | |
I wrote this script to migrate all my blog posts from my Gatsby site to my Astro site. | |
Sharing in case it helps anyone with their own migration. | |
Context: my Gatsby site had the blog posts under `/content` and in there, each post had | |
a directory and inside that it had an `index.md` and images. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { | |
subHours, | |
subMinutes, | |
} from "date-fns" | |
export const DEFAULT_CUSTOM_DAY_START = "00:00:00" | |
declare const _dateAdjusted: unique symbol | |
export type DateAdjustedToCustomDayStart = Date & { | |
readonly [_dateAdjusted]: Date | |
} |
These are my notes for talking to users (customers) as an indie hacker.
A summary of the Startup School video "How to Talk to Users" which takes from The Mom Test strategy.
These notes provided by Masa, abirdwhale Kakinoki Masato in the form of a YouTube comment here.
NewerOlder