@anaskhan28
Anas Khan
@anaskhan28
I'm a full-stack developer, building communities. I solve business problems through human-centered design, with a focus on simplicity, sophistication, and efficiency.
I'm a full-stack developer, building communities. I solve business problems through human-centered design, with a focus on simplicity, sophistication, and efficiency.
Mumbai, India
Devfolio stats
Devfolio stats
4
projects
4
0
prizes
0
6
hackathons
6
2
Hackathons org.
2
GitHub
GitHub
270
contributions in the last year
Apr
S
M
T
W
T
F
S
Mar
43
stars earned
103
repositories
95
followers
Top Projects
Top Projects
B
BlockSpirit is a virtual platform and a community that ensures the quality of experience and provides general resources regarding web3, blockchain, Ethereum, and many more things.
C
B
Bestie AI is a browser extension that allows users to extract text from various platforms such as LinkedIn or Twitter just by asking Bestie.
Medium Posts
Medium Posts
What is Open Source?
anaskhan28.medium.com
Open Source is overrated 🤔 The term open source refers to something people can modify and share because its design is publicly accessible. Today, however, “open source” designated a broader set of values — what we call “the open source way.” Open source projects, product, or initiatives helps open exchange, collaborative participation, transparency, and community-oriented development. Is it overrated? You know there’s a saying Everything is overrated if you overrate it. Most people start an open source...
Network Topology Setup
anaskhan28.medium.com
🔹 In this blog, we will be demonstrating the working of network topology. 🔹 🔰 Create a network Topology Setup in such a way so that System A can ping to two Systems System B and System C but both these systems should not be pinging each other without using any security rule e.g firewall etc. 👉🏻 SystemA : Here, SystemA can ping to SystemB and SystemC 👉🏻 SystemB: Here, SystemB can ping to SystemA and SystemC 👉🏻 SystemC : Here, SystemC can ping to SystemA and SystemB 👉🏻 In SystemB : route -n :...
What are user-defined functions in Python?
anaskhan28.medium.com
Functions that we define ourselves to do the certain specific tasks are referred to as user-defined functions. Functions that readily come with Python are called built-in functions. If we use functions written by others in the form of a library, they can be termed library functions. All the other functions that we write on our own fall under user-defined functions. So, our user-defined function could be a library function to someone else. Advantages of user-defined functions User-defined functions help t...