What's up folks!
Hope everyone enjoys their weekends. 🙌
Looking back on this past week, what was something you were proud of accomplishing?
All wins count — big or small 🎉
Examples of 'wins' include:
- Starting a new project
- Fixing a tricky bug
- Grokking spaghetti code while eating spaghetti pasta 🍝
Top comments (24)
Win: I created a Twitter thread for the first time ever, and it got 15 likes and 4 retweets: https://twitter.com/codeschrissy/status/1628835526076669958?s=46&t=EGq_MRtG1nHSob1Dd6zkHw
As someone who’s never done this before(I always found Twitter dumb but not anymore lol), this is awesome! :)
Very nice! Twitter has its ups and downs, but I'm glad you're finding the up side. 🙌
Y'know, you can actually embed that here if you want by posting it like this:
{% embed https://twitter.com/codeschrissy/status/1628835526076669958?s=46&t=EGq_MRtG1nHSob1Dd6zkHw %}
No need to do so unless ya wanna, but just wanted to share that bit of info with ya! You can embed all sorts of things thanks to this change courtesy of @aritdeveloper (gonna embed it here so I can show ya what an embed looks like... plus it just seems appropriate 😉):
Feature update: Rich Content Embeds
Arit Developer for The DEV Team ・ Feb 16 '22 ・ 1 min read
Anywho, congrats on the win and thanks for chiming in here! Hope you have a wonderful weekend.
That's great & congrats on the win
I finished learning the basics of C# and Blender! Here's a Donut I made using Blender Guru's Donut Tutorial which is how I learned blender.
Needs more sprinkles 😋
Great stuff though, C# for game Dev I'm guessing? I was the same, had to learn C# from Java, so wasn't too difficult, but a cleaner language. Blender/GIMP/Inkscape/Audacity, I learned as well just to do games on Unity, but recently have been working on Unreal, and yeah the C++ is not as gd to use, Blueprints is ok, but the Engine works better than Unity, far more stable, unity has been a mess since 2019.3, it was ok, I downloaded it bk in 2011, but shelved it as my programming was lacking, doing C at Uni, very hard at the time, then uninstalled it around 2014, then reinstalled it 2016 and wish I had used it sooner when I had the chance in 2011, I'd be much further into my OOP programming, if only I never "flaked" so soon. But yeah Unity 5 to 2019.2 just worked, then 2019.3, until 2021.3 it has been terrible at times, crashes constantly abd could not use the Remote 5 for testing after changing to Starter assets and new UI input, which annoyed me for over 2 years until they fixed it, then I was backlogged with almost 1 year and half of testing as I switched to UE4 for 6-8 months bk n forth and will be finishing that FPS once my 3D android game is done which has taken me twice as long as it should have and have lost 2 years income!
Got to love some Blender though, I created my 3D character for my android game, it's ok, but had to keep the vertices down, so as not to slow the fps down with a massive size of player lol.
Good luck with whatever you are deciding to do with your C#/Blender skills, .net is much better now too being cross platform, you can do Xamarin for Android/iOS, but you need a mac for iOS, then you have asp.net for web, there is also ML.Net for machine learning, Unity for games and obviously VSCode which is a great editor for any language and Visual Studio community which in my opinion is the best by far.
All the best. 👍🏼
I am learning C# and blender for game dev, great guess!
I decided to choose Unity for it's large and diverse community of 3D and 2D game developers and seeing how effecient it was for them. I was also inspired by aarthaficial's and t3ssel8r's dev logs using Unity and blender, but i've seen that Unreal Engine is effecient as well. I haven't started using Unity yet because i'm thinking of wether i should do 2D or 3D for my game, i've always wanted to do 3D but it seems complex and it takes a while to learn how to get the graphics and details you want while 2D is a bit better for begginers. I'm glad you told me that Unity can crash sometimes, i'll be careful by saving my work as an external file if i can. I don't really know where to start learning Unity but i'll defenitly get there!
I started learning Next.js/React and made a blogging website and remade my portfolio in Next.js!
Hacked together in couple of hours a react-native app for icebreaker questions in team meetings.
echowaves.com/get2knowu
The Android app is on the store, the iOS –– still waiting for approval.
And the code is here: github.com/echowaves/get2knowu
Not a big deal, but, sometimes boredom at work makes you want to do something silly. I was setting the goal of cross platform mobile app in one day. Obvious conclusion -- writing code is easy, the biggest barrier to completion -- app store review process.
Got accepted into a new program where I would learn more about technical writing and developer advocacy. One of my program managers referred me for inclusion into this program which was cool because I did not think that people were watching my work.
I think mine would have to be surviving Thursday. I had to sub in as a presenter for my user group yesterday on short notice with a new talk (Making Code Accessible to New Team Members) and I also revamped the 4 hour lecture I gave to my students Thursday morning, covering LINQ and Entity Framework in C# for the first time.
I also finished session evaluation for the Stir Trek conference and really loved the session abstracts I got to see.
I did some neat stuff with GPT this week, really getting to better understand how to use it in a software development context.
Spoke at a meetup about Kubernetes debugging.
Started a new series in my blog about DevOps practices.
An interview of mine came out.
Also, came to the realization that I really need to start pushing my new startup idea. But I need to clean up my slate to do that...
Getting unexpected response from the DEV community for my articles. Thanks to all the supporters..
I created an app to visualize word unsrambling algorithm. But seems like nobody is interested in it 😔. It took me more than 5 days and 1k+ lines of code.
I created an app to visualize word unscrambling algorithm
Muhammad Sifat Hossain ・ Feb 24 ・ 1 min read