Climax708
Climax708
TTCTheo's Typesafe Cult
Created by manish73 on 3/21/2025 in #questions
Software engineer progression
To recover from and avoid burnout, set boundaries and work on your work-life-balance. Time-box your work time. Big companies aren't for everyone, some find it more stressful than others. Personally I thrive in small companies, where I can see/measure my impact. Also it helps to work on a product that I believe in.
15 replies
TTCTheo's Typesafe Cult
Created by beebae on 3/19/2025 in #questions
Final year project
Input: spectrometer measurements Output: 3D visualization + features for analysis (like finding extremum points)
9 replies
TTCTheo's Typesafe Cult
Created by beebae on 3/19/2025 in #questions
Final year project
I wonder what results you'll get from asking ChatGPT
9 replies
TTCTheo's Typesafe Cult
Created by beebae on 3/19/2025 in #questions
Final year project
I can describe what project I built over the course of a year in my final year of my engineering degree, but you'll have to build it over a course of a year
9 replies
TTCTheo's Typesafe Cult
Created by rexxar07 on 1/20/2025 in #questions
Software Engineer resources and groups
10 replies
TTCTheo's Typesafe Cult
Created by clar1k on 1/21/2025 in #questions
Weird timestamp behaviour or i don't understand something..
https://day.js.org/docs/en/parse/utc
By default, Day.js parses and displays in local time. If you want to parse or display a date-time in UTC, you can use dayjs.utc() instead of dayjs().
4 replies
TTCTheo's Typesafe Cult
Created by clar1k on 1/21/2025 in #questions
Weird timestamp behaviour or i don't understand something..
Are you sure this is right?
const now = dayjs(); // Get current time in UTC
const now = dayjs(); // Get current time in UTC
Are you sure this is in UTC?
4 replies
TTCTheo's Typesafe Cult
Created by şiar_619 on 1/9/2025 in #questions
module not found error
You don't want these in your package.json:
fs
net
tls
crypto
fs
net
tls
crypto
they are built into nodejs. you don't want to be npm-squatted
24 replies
TTCTheo's Typesafe Cult
Created by Jacob on 1/8/2025 in #questions
Getting build errors after upgrading to nextjs 15 and react 19
I'd start with building an artifact where the react errors won't be minified. that may help figure out where to go
4 replies
TTCTheo's Typesafe Cult
Created by şiar_619 on 1/8/2025 in #questions
Credentials login error
share webpack config?
14 replies