glucn
glucn.bsky.social
glucn
@glucn.bsky.social
Co-founder of Pacebits Studio.

Personal blog: https://glucn.com #buildinpublic #indiehackers
Many big tech companies have implemented or are implementing return-to-office. Here is a simple website I just built showing office locations of those big names, maybe useful for people looking for job: glucn.com/big-techs

#rto #buildinpublic
March 29, 2025 at 4:16 AM
AWS Amplify announced the new feature of Compute Role earlier this week, and I updated my website to leverage this new feature and got rid of some credentials store as plain text: glucn.com/posts/2025-0...

#aws #security
AWS Amplify Announced IAM Role Support For SSR Applications, Finally
Discover how AWS Amplify's new IAM Compute Role enhances security for server-side rendered (SSR) applications. This guide walks you through the setup process, ensuring your SSR applications are both s...
glucn.com
February 23, 2025 at 6:43 AM
Back to the office? 🚗💨
Tired of rushing out the door to sit in traffic?

I’m working on a smart alarm app that adjusts based on real-time traffic, so you never leave too early, or too late.

Sound useful? Please sign up on wakesense.online, or drop me a DM.

#buildinpublic #returntooffice #iosdev
WakeSense
Smart Alarms for Smooth Mornings with WakeSense
wakesense.online
January 5, 2025 at 5:00 AM
What were your resolutions for 2024? Did them become true?

#buildinpublic #NewYear #NewYear2025
December 31, 2024 at 5:39 AM
Good call! I didn't know this before, this was really a #todayilearned moment! This was not even mentioned on CocoaPods website...

After a little bit more research, I got more about those different approaches. I will write a short blog post about it. Thank you again! :D

#iosdev #buildinpublic
I got CocoaPods is available using Homebrew.
December 29, 2024 at 3:23 AM
How did I *properly* install Cocoapods on a M4 Macbook?

1. Install Homebrew
2. Install rbenv with Homebrew, and init it
3. Install Ruby with rbenv, and init rbenv in .zprofile
4. Install Cocoapods with gem
5. Now I can simply run "pod install" etc

#iosdev #buildinpublic #todayilearned
December 28, 2024 at 7:05 AM
My toy app got rejected by App Stroe again. Lessons learned:

1. If your users can sign up on the app, there must be a way for users to delete their account.
2. You'd better support "Sign in with Apple" option, which can meet Apple's requirements around Login Service.

#iosdev #buildinpublic
December 20, 2024 at 5:21 PM
As expected, my first submission to App Store got rejected. Will be looking into those problems 🤔

#iosdev #buildinpublic
December 19, 2024 at 6:35 AM
Submitted my first toy app to Apple App Store, let's see how it goes :D

#buildinpublic #iosdev
December 17, 2024 at 6:26 AM
What are needed before you can submit an app to Apple App Store?

- Name/description/screenshots etc.
- Privacy Policy URL
- Select the levels in Age Rating
- Content Rights Information
- Information about the app’s privacy practices
- Price tier

#iosdev #todayilearned #buildinpublic
December 17, 2024 at 5:12 AM
Why does my app always run in a super small frame of 320x480?

Found the answer on StackOverflow - If you don't have any launch images/nib/storyboard, then you are declaring that you don't support any screen sizes aside from 320x480...

So weird!

#todayilearned #buildinginpublic #iosdev
December 9, 2024 at 5:10 AM
How to resolve dependency version conflicts in Swift project when using CocoaPods?

Delete Podfile.lock file, and run "pod install --repo-update"

(maybe a little too brutal?)

#buildinginpublic #todayilearned #swift #iosdev
December 3, 2024 at 4:15 AM
With Aliyun Serverless Devs, it turns out when you remove a trigger from the yaml definition of a function and deploy the change, that trigger will not actually get removed. You will have to manually remove that trigger via Aliyun console or cli. 😮‍💨

#todayilearned #buildinginpublic #aliyun #bug
December 2, 2024 at 2:22 AM
Looking for fellow developers & techies

| ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄|
| Let's #Connect ! |
|__________|
\ (•◡•) /
\ /
——
| |
|_ |_

Let's connect and grow together!

#buildinginpublic
December 2, 2024 at 2:15 AM
Where to put the API handler code in a NextJS project?

If you use App Router (the new way), the handler should be under "/app/api/{api_name}/route.ts"

Ref: nextjs.org/docs/app/bui...

#nextjs #todayilearned #buildinginpublic #webdev
Routing: Route Handlers | Next.js
Create custom request handlers for a given route using the Web's Request and Response APIs.
nextjs.org
December 1, 2024 at 3:21 AM
Hello Bluesky!

#buildinginpublic
December 1, 2024 at 3:20 AM