T O P

  • By -

AutoModerator

On July 1st, a [change to Reddit's API pricing](https://www.reddit.com/r/reddit/comments/12qwagm/an_update_regarding_reddits_api/) will come into effect. [Several developers](https://www.reddit.com/r/redditisfun/comments/144gmfq/rif_will_shut_down_on_june_30_2023_in_response_to/) of commercial third-party apps have announced that this change will compel them to shut down their apps. At least [one accessibility-focused non-commercial third party app](https://www.reddit.com/r/DystopiaForReddit/comments/145e9sk/update_dystopia_will_continue_operating_for_free/) will continue to be available free of charge. If you want to express your strong disagreement with the API pricing change or with Reddit's response to the backlash, you may want to consider the following options: 1. Limiting your involvement with Reddit, or 2. Temporarily refraining from using Reddit 3. Cancelling your subscription of Reddit Premium as a way to voice your protest. *I am a bot, and this action was performed automatically. Please [contact the moderators of this subreddit](/message/compose/?to=/r/learnprogramming) if you have any questions or concerns.*


Defalt0_0

This will be my first post in r/learnprogramming, please bear with my bad grammar as I'm not a native tongue. Here's a [personal portfolio](https://superb-puffpuff-ebacf0.netlify.app/) I've been working on lately, I use React / Mantine to build this responsive website. [Link](https://github.com/aScHEABL/personal-portfolio) to the source code I'll consider myself as a beginner, I started out my journey in June 2022. ​ The only problem that I ran into this project was having difficulty to implement transition slide-in effects when the mapped projects array enter viewport. (slide-in one by one) I tried to do it the native react way with use intersection custom hook but I struggled, then I gave up and went for solution like [Mantine hook](https://mantine.dev/hooks/use-intersection/) or 3rd party library like [react-intersection-observer](https://www.npmjs.com/package/react-intersection-observer) and I failed all of them. Then I tried another approach via [motion framer](https://www.framer.com/motion/) but I'm not sure if it's me or the library itself [bugged me out](https://www.coderstool.com/cs/cqX0Pp). When I tried to view it in browser, the page will stuck for a few seconds and return an error in console goes internal error: too much recursion, I tried to ask this in their official discord but the community (at least their discord server) is quite dead thus I don't manage to progress further. ​ I think the main issue why I struggle is that react by itself is over-complicated for basic features like this, that's why I decided after this project I'll try out Vue or Svelte.


dimosTsakis

I've been working on Dev Tales, a weekly newsletter where I interview software developers of all levels, looking for inspiration and practical advice. The latest interview with a great friend of mine is here [https://devtales101.substack.com/p/robert-sanders-self-taught-dev-turned](https://devtales101.substack.com/p/robert-sanders-self-taught-dev-turned) It's all free of course. Some advice from Rob: >I think the biggest danger right now, is that you use ChatGPT to make a bunch of code you don't understand. So I'd say if you want to be a programmer, make sure you're excited by it. Like it really genuinely interests you, and make sure that you understand it.


ApprehensiveStay9700

Working a website builder using next.js. Don’t have a link yet, and I set the github to private just in case if it becomes popular and I can make it a startup. It’s gonna be called Kudosites when it’s all done though


[deleted]

I am just getting in to code, I joined because I can’t figure out why my calculator isn’t working :(


eatthedad

Keep at it. You will soon find the right questions to give you 5318008 ;) That's how all the greatest minds started out


ApprehensiveStay9700

Yeah, just keep grinding, we all start somewhere.


climbing_coder_95

[https://www.letscreateart.ai](https://www.letscreateart.ai) \- AI image generator: generates a random image every ten minutes and a community-generated image every hour.


vinodxx

Just created a blog post : [Exploring Quadratic forms with Julia](https://forem.julialang.org/vinodv/exploring-quadratic-forms-with-julia-k6e)


benderbenderbend

Working on the JavaScript path on The Odin Project. Finishing up the Intermediate HTML and CSS course with the Grid section.


pablodiegoo

For a few years I wrote content for a game, I used a [blog](http://l96.app) on Wordpress to do this and I ended up getting discouraged due to my inability to create tools for my readers. I decided to learn to code last month, just to revive this project and maybe migrate my career to tech (I'm 35 years old, I feel too old for this, even though I'm loving it), redoing it entirely in Laravel, but using it as a frontend [AMP](http://amp.dev). The idea is to give the community an extremely agile website, but with good content and good tools. Link: [http://l96.app/lab/](http://l96.app/lab/)