Tech Nerd
8.01K subscribers
1K photos
161 videos
25 files
573 links
yeab | 21 | M | Developer | Dropout
https://portfolio-mine-livid.vercel.app

This is my Blog .. Feel free to join 👋
Download Telegram
Forwarded from RaGoose dumps
😭😭😭
boyyyyy it roasted me
https://github-roast.pages.dev/

get roasted with your github contents(repos, readme, stargazers etc)
Tech Nerd
verses.ts
project Deployed ⚡️🔥🔥

@selfmadecoder
#soulscribe #side_project

Hey everyone! Check out SoulScribe, a simple and functional mobile app designed to help us live a God-centered life and stay true to the Bible. It’s filled with relevant verses and covers topics like character, behavior, and dealing with challenges like depression and loneliness.

I spent a day and a half on this, gathering verses and designing the UI myself. Getting better at it 💪😊

Tech Stack: React Native with Expo, NativeWind, Expo Router. The project repo is on the landing page.

Stay tuned for the verses API drop!

Landing page: soulscribe-landing.vercel.app

@selfmadecoder
Forwarded from Dagmawi Babi
📚 ScholArxiv

ScholArxiv is an open-source aesthetic and minimal app that allows users to search, read, bookmark, share, download and view summaries of academic papers from the arXiv repository. 🥳

Download here
https://t.me/Dagmawi_Babi/22592

Features
• Read Papers: Read entire papers in detail within the app.
• Bookmarks: Save your favorite papers for quick access.
• Paper Summaries: View brief paper summaries.
• Search Papers: Search for papers using keywords, titles, authors and abstract.
• Download and Share Papers: Download papers for offline reading or you can share document links to others.

Star the repo or contribute
github.com/dagmawibabi/ScholArxiv

Thank you and hope you enjoy it! 🤓

#MyProjects #ScholArxiv
@Dagmawi_Babi
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
#Nand2Tetris #study #lesson1 #Notes

Boolean Algebra
- binary values : 0 and 1 or true and false

Boolean Function :
- accepts input : binary [ 0 and 1]
- returns output : binary [0 and 1 ]

Boolean Operators
- AND (AND) : x.y | x intersection y
- OR (OR) : x + y | x union y
- Not (!) : x line on the top | negation x

// some other operators and their meanings

- Xor : (Not-x and y) or (x and Not-y)
- Nand : Not (x and y)
- Nor : Not (x or y)
- Xnor : Not (x xor y)
- Implication : Not x or y
- Equivalence : (x and y) or (Not-x and Not-y)

@selfmadecoder
Please open Telegram to view this post
VIEW IN TELEGRAM
#Nand2Tetris #Multiplexer #HDL

Check out this 8-way, 16-bit multiplexer design i made. While it's not strictly necessary to go into this level of detail, I enjoyed working on it . Next, I’ll use HDL (Hardware Description Language) for the next logic gate project.

@selfmadecoder
#side_Project #my_space

I checked on one of my side projects and was amazed to see someone actually writing their diary! I haven’t looked at it in about a month, and it feels like finding an abandoned city 😁. For those new to my channel, this project is called Myspace. It's a diary/journal app. If you want privacy, make sure to set your journals to private and keep them for yourself. It might not be perfect—took about 3-4 days to build, not counting debugging—but it gets the job done 😁.

Here’s the site link: https://my-space-chi.vercel.app/

@selfmadecoder