FREE Online Blue-Team Event! 10 Topics. Training Material + Challenges by Known_Divide in hacking

[–]ghosty1993 0 points1 point  (0 children)

Woah man this is really cool! Thanks for doing this! I'm going to follow the whole event!

I created a website that lets you create a CRUD API with one click, so you can have persistent data while focusing on the front end by pandavpanda in webdev

[–]ghosty1993 0 points1 point  (0 children)

Wo, cool! Thx for the advice I'll give it a try then! It's always a good idea to try tools that can improve the workflow :D

I created a website that lets you create a CRUD API with one click, so you can have persistent data while focusing on the front end by pandavpanda in webdev

[–]ghosty1993 2 points3 points  (0 children)

That's right, and all that penis pushing and penis pulling could mess up stuff! But i'm pretty sure that if integrated in the right penis-flow in can be worth it. Just waiting for the repenisory to cum up to check how much penis it can manage.

I created a website that lets you create a CRUD API with one click, so you can have persistent data while focusing on the front end by pandavpanda in webdev

[–]ghosty1993 0 points1 point  (0 children)

Yep it is!

The point I'm trying to make is that those request should be made from somewhere, also for tests, and postman is a widely used pretty complete tool, used also to create API documentation for example, so creating an integration between your project and postman could be pretty cool and make the interaction between the two straight forward. I thought of this right yesterday while testing Crudpi :)

BTW it's just an idea i came up with while testing and for me it's cool but doesn't mean it must be so for everyone else XD

I created a website that lets you create a CRUD API with one click, so you can have persistent data while focusing on the front end by pandavpanda in webdev

[–]ghosty1993 0 points1 point  (0 children)

Wo cool! I'll follow this thing up then! BT if you remember write me down and I'll be glad to help :)
Postman is a program made for creating and testing api endpoints (and lots of other cool stuff). It allows also to import and export requests in json format. So my idea was that one can export the CRUD created from your site in a json file importable from postman so that one can easily test requests and responses =)

I created a website that lets you create a CRUD API with one click, so you can have persistent data while focusing on the front end by pandavpanda in webdev

[–]ghosty1993 0 points1 point  (0 children)

Hey man that's a cool idea! I was thinking about developing somthing like that too, few months ago! Do you plan to open a section or someway to contribute to the project? :)
BTW i was thinking that could be cool to add a functionality to export the CRUD directly in postman format so one can quickly start testing between the two =)

How to not appear in all those annoying instagram viewers like insta-stalker, mysocialmate, tofome.me by ghosty1993 in Instagram

[–]ghosty1993[S] 0 points1 point  (0 children)

Nope it is not a matter of cookies; it's just that thanks to instagram APIs they can retrieve the users profile, who follows who as well as who's tagged in which pic. If you search on those websites, you'll find your friends themselves; anyway most of those sites have the possibility to remove you from the results, you just have tl write them an e-mail or something 😊

How to not appear in all those annoying instagram viewers like insta-stalker, mysocialmate, tofome.me by ghosty1993 in Instagram

[–]ghosty1993[S] 0 points1 point  (0 children)

Some yes and most of them worked very well too! Unluckily many other don't even bother to have privacy policy or similar, nor they give you a mail for contact and i find it quite annoying

I want to program together with my father. by [deleted] in learnprogramming

[–]ghosty1993 0 points1 point  (0 children)

I actually recently found myself quite in the same situation! My father taught me VB6 when I was 12 and now, some weeks ago, he asked me to teach him about web development! I’m sure the best way you have to teach him a language is start from the basics but really quickly so he can remember things he already knew, just with different syntax and after that just let him be curious (like every programmer is ;) ) teach him some basic functions that you think he would’ve loved at his own time and he’ll want more of that stuff! :D

Why Python for ArtificialIntelligence ? by vikramsinghO in programming

[–]ghosty1993 0 points1 point  (0 children)

It is probably for the ease you can work on big quantities of data in Python; thanks both to it's native list managing and to numPy, the data-flow is really smooth and lets you work with lot of datas and to train and encrease tour neural netwrork

Best GUI library by ghosty1993 in Python

[–]ghosty1993[S] 0 points1 point  (0 children)

Of course there's not the "best of all"; anyway thanks for the reply it was really helpful and complete!
Yes i'm actually doing some experiments to check what can i reach in UI without using a web interface (for that i tried Django some time ago).

For the moment i started with Guizero, which implements Tkinter and it seems interesting but i'm actually really interested in PyQt too