I am a software developer

Status
Not open for further replies.

xunty0

Newbie
Joined
Aug 24, 2023
Messages
4
Reaction score
3
Hey there,

I am a software developer, so amazed to join the group with lots of topics, hope i could learn more and share knowledge across the forum in coming days.

Also looking forward to programming/ development jobs
 
Hey there,

I am a software developer, so amazed to join the group with lots of topics, hope i could learn more and share knowledge across the forum in coming days.

Also looking forward to programming/ development jobs
what language do you program in? what is your experience?
 
tell me what software do you write? what language? tell me more about you. perhaps we can help one another
 
tell me what software do you write? what language? tell me more about you. perhaps we can help one another
I am into windows desktop apps, Web Api's, MVC under .net environment (c#) and I am also working on angular from last 6 months. A total of 5 years experience.

Out of curiosity, I also made an app - Firewall Rules Manager, which helps to manage inbound and outbound rules for multiple ddl's and exe's at the same time.

This is not possible with the Windows Firewall tool provided by Microsoft, we have to select files one by one and its time consuming.

Thank you everyone for your warm welcome.
 
Also looking forward to programming/ development jobs
Welcome to the forum. Always nice to have more programmers. Just don't expect to turn up here and suddenly get jobs. There are rules in place for us to have a good good blackhattyworld, so please be sure to read them and be familiar with what your route is to getting jobs on the platform if that's what you want to do. All the best, and hope to see some advanced anti detect webscraping tips if you know those, and can muster up the time for a guide in the programming section? :) Cheers.
 
Welcome to the forum. Always nice to have more programmers. Just don't expect to turn up here and suddenly get jobs. There are rules in place for us to have a good good blackhattyworld, so please be sure to read them and be familiar with what your route is to getting jobs on the platform if that's what you want to do. All the best, and hope to see some advanced anti detect webscraping tips if you know those, and can muster up the time for a guide in the programming section? :) Cheers.
Yes, I have read about rules and regulations and basic norms which need to be followed for growing up on this channel. I have seen HAF and WTB in the marketplace section, but looks like it requires a membership and 60 days before i could go into it.

Web scrapping, I used to do it with a c# program which could get emails and phone numbers from first 100 results using google api. Haven't tested that in a long time. Will share If i get something concrete.

BTW, I have heard that python bypasses the detection if we are scrapping data from websites.
 
Nice to meet you, where are you from?
Do you have the ability to build Bots for Social Media?
 
Yes, I have read about rules and regulations and basic norms which need to be followed for growing up on this channel. I have seen HAF and WTB in the marketplace section, but looks like it requires a membership and 60 days before i could go into it.

Web scrapping, I used to do it with a c# program which could get emails and phone numbers from first 100 results using google api. Haven't tested that in a long time. Will share If i get something concrete.

BTW, I have heard that python bypasses the detection if we are scrapping data from websites.
Python definitely doesn't automatically pass detection. Some random headers and a proxy and you'll be alright. If you've already got a Google scraper in C# though, stick with using that. Naturally async (at least more async than python), no GIL, compiles to machine code, etc. Build up your framework with a few more tools and you got yourself a nice all in one SEO tool that you can use to create and sell gigs on Fiverr or something as a service.

Welcome aboard!

Btw, I speak from experience when I say keep the C# and avoid python. While python is convenient, it's slow when you aren't using C-based python. I've been slowly rewriting a lot of my old python scripts in C++ to scale and my God, what a difference it makes. Especially when writing NLP algorithms.
 
I am into windows desktop apps, Web Api's, MVC under .net environment (c#) and I am also working on angular from last 6 months. A total of 5 years experience.

Out of curiosity, I also made an app - Firewall Rules Manager, which helps to manage inbound and outbound rules for multiple ddl's and exe's at the same time.

This is not possible with the Windows Firewall tool provided by Microsoft, we have to select files one by one and its time consuming.
Errm why angular though? Even the maker of Angular moved to other things in life (Misko Hevery). He made Qwik, which is 1000 times better. Look into that perhaps.

Welcome to bhw. :)
 
Nice to meet you, where are you from?
Do you have the ability to build Bots for Social Media?
I am from India, working in aviation sector.
Talking about social media bots, I haven't really tried this, but I can give it a try for learning purpose. Let me know if you have any ideas/requirements, I'll see what I can do in spare time.

Python definitely doesn't automatically pass detection. Some random headers and a proxy and you'll be alright. If you've already got a Google scraper in C# though, stick with using that. Naturally async (at least more async than python), no GIL, compiles to machine code, etc. Build up your framework with a few more tools and you got yourself a nice all in one SEO tool that you can use to create and sell gigs on Fiverr or something as a service.

Welcome aboard!

Btw, I speak from experience when I say keep the C# and avoid python. While python is convenient, it's slow when you aren't using C-based python. I've been slowly rewriting a lot of my old python scripts in C++ to scale and my God, what a difference it makes. Especially when writing NLP algorithms.
I never knew C# will be efficient than Python in this case. I still need to do a lot of work on improvising the Google scrapper. Its just an API right now. May be a proxy in between should be good to bypass the temporary ban from google (I have seen Google api's doing that while scrapping a lot of data and when I tried with the proxy it worked !!).

I am still confused should I go for a GUI version for the Google scrapper or a web version would be efficient, I love making desktop apps but web version is far more efficient.

Errm why angular though? Even the maker of Angular moved to other things in life (Misko Hevery). He made Qwik, which is 1000 times better. Look into that perhaps.

Welcome to bhw. :)
Angular was our client's requirement, so no options. Qwik, will check it out..
 
Welcome to the forum... To find appropriate job posts, keep an eye on the "Hire a Freelancer" and "Want to Buy" sections.
 
Status
Not open for further replies.
Back
Top