HN user

fruiapps

71 karma
Posts53
Comments23
View on HN
github.com 4mo ago

Agent/Skill for Literature Reviews

fruiapps
1pts0
jyotirgamya.org 3y ago

Executive Director of Fortune 50 opens up on how she handled Anxiety

fruiapps
1pts0
news.ycombinator.com 5y ago

Ask HN: Anyone still doing monolithic Django?

fruiapps
2pts7
news.ycombinator.com 5y ago

Zapier integration process more severe than big-techs.

fruiapps
13pts11
karenapp.io 6y ago

How to Be Like Water(Flow State of Mind)

fruiapps
1pts0
karenapp.io 6y ago

We asked 500 recruiters their fav questions, here's what we found

fruiapps
2pts0
karenapp.io 6y ago

Productivity tips

fruiapps
42pts26
karenapp.io 6y ago

Releasing a Free Book on Daily Google Calendar How Tos

fruiapps
4pts0
karenapp.io 6y ago

Automate Google Calendar with Python

fruiapps
2pts0
bb.apcelent.com 7y ago

Show HN: BillBoard – weekly top 20 apps from producthunt, betalist, and showhn

fruiapps
1pts0
blog.apcelent.com 8y ago

How to Deploy a Flask Application on AWS Lambda

fruiapps
1pts0
blog.apcelent.com 8y ago

How to Create REST API with Python Pyramid

fruiapps
1pts0
blog.apcelent.com 8y ago

How to Create REST API with AsyncIO in Python

fruiapps
4pts0
news.ycombinator.com 8y ago

Ask HN: What are the legal downsides of using ReactJS

fruiapps
2pts0
blog.apcelent.com 8y ago

How to load test a Django Application using LocustIO

fruiapps
1pts0
news.ycombinator.com 10y ago

Ask HN: What happens to the codebase of a failed startup?

fruiapps
3pts1
blog.apcelent.com 10y ago

How to Setup Microservices with Python, ZeroMQ and Docker

fruiapps
4pts0
blog.apcelent.com 10y ago

Django JSON Web Token Authentication

fruiapps
1pts0
blog.codeschool.io 10y ago

5 new possibilities with JavaScript

fruiapps
2pts0
www.cio.com 10y ago

How machine intelligence can save lives?

fruiapps
2pts0
blog.apcelent.com 10y ago

10 most common JavaScript mistakes and how to avoid them

fruiapps
3pts0
www.tomshardware.com 10y ago

How deep learning is used for Malware Detection?

fruiapps
4pts0
blog.apcelent.com 10y ago

Understanding JSON Web Token Authentication with Example

fruiapps
4pts0
blog.apcelent.com 10y ago

10 popular resources to learn python online

fruiapps
2pts0
blog.apcelent.com 10y ago

Why, How and from Where do I learn Python?

fruiapps
2pts0
blog.apcelent.com 10y ago

Why the hell would I use Node.js?

fruiapps
3pts0
blog.apcelent.com 10y ago

10 most poular python libraries started in 2015

fruiapps
2pts0
blog.apcelent.com 10y ago

10 most popular deep learning libraries started in 2015

fruiapps
6pts0
blog.apcelent.com 10y ago

10 most popular Angular Projects of 2015

fruiapps
1pts0
blog.apcelent.com 10y ago

Deploying a MEAN Stack Using Ansible and Vagrant

fruiapps
5pts0

This is a great opportunity. Tech and business journalists / bloggers / podcasters will want to talk about it. It won't be the big story, but a fun side-piece to chat about before the big story, or something.

Make sure you put out an official PR statement when you have your new name and send it out to as many journalists and pundits you can find. If you have a Twitter, definitely post the announcement there. If you don't have Twitter, get one right now.

SEEKING WORK Location: San Francisco, CA

Remote: Yes

Willing to Relocate: Short term on-site possible

Technologies: Docker, Ansible, PostgreSQL, Apache Spark, ReactJS, JavaScript, Django, Flask, Angular JS, AWS

Email: sales [@] apcelent [dot] com

We are a bunch of hard-working tech founders putting together this web shop, to help build and scale awesome products. We in our previous avatars have built, payment processing gateways(acquired), ERPs, CRMs, hyperlocal apps, RESTful APIs for banking systems, and much more. Our team comprises of Mobile Developers, Infrastructure Engineers to AI Researchers.

We do maintain an active tech blog - http://blog.apcelent.com

SEEKING WORK Location: San Francisco, CA

Remote: Yes

Willing to Relocate: Short term on-site possible

Technologies: ReactJS, JavaScript, Django, Flask, Angular JS, AWS Email: sales [@] apcelent [dot] com

We are a bunch of hard-working tech founders putting together this web shop, to help build and scale awesome products.

We in our previous avatars have built, payment processing gateways(acquired), ERPs, CRMs, hyperlocal apps, RESTful APIs for banking systems, and much more.

Our team comprises of Mobile Developers, Infrastructure Engineers to AI Researchers.

We do maintain an active tech blog - http://blog.apcelent.com

SEEKING WORK Location: San Francisco, CA

Remote: Yes

Willing to Relocate: Short term on-site possible

Technologies: ReactJS, JavaScript, Django, Flask, Angular JS, AWS

Email: sales [@] apcelent [dot] com

--- We are a bunch of hard-working tech founders putting together this web shop, to help build and scale awesome products.

We in our previous avatars have built, payment processing gateways(acquired), ERPs, CRMs, hyperlocal apps, RESTful APIs for banking systems, and much more.

Our team comprises of Mobile Developers, Infrastructure Engineers to AI Researchers.

You should read more about us on our site - http://www.apcelent.com/

You can follow us on twitter - https://www.twitter.com/apcelent

Our read tech articles on our blog - http://blog.apcelent.com

Could you also talk a bit of detail as to how, once the setup has been done, one can go about provisioning the EC2 instance? In fact, provisioning instances, setting up softwares and packages are what are important.

Would like to hear the thoughts on those lines.

Location: Delhi, India

Remote: Yes

Willing to relocate: No

Technologies: Python/Django, Flask, PostgreSQL, Apache Spark, Deep Learning, NLP, ReactJS, AngularJS, MongoDB.

Blog: blog.apcelent.com

Résumé/CV: We are a bunch of hard-working tech founders putting together this web shop, to help build and scale awesome products.

We in our previous avatars have built, payment processing gateways(acquired), ERPs, CRMs, hyperlocal apps, RESTful APIs for banking systems, and much more.

You should read more about us on our site - [Apcelent](apcelent.com)

Email: sales [at] apcelent [dot] com

Testing is something I do a lot, and like talking about a lot as well. There are no hard and fast answers to testing, like other stuff, there are lots of opinions(they are like assholes, everyone has them, and the others' stinks) about testing. So here goes mine(not necessarily correct, but worth putting them here). I am putting them as one liners, let me know your thoughts.

1. What do you mean by unit in unit tests?

An implementation of very basic feature, probably not more than 100 lines of code.

2. What do you test when you write a unit test?

We test the basic correctness, eg. given a url, if it exists assert 200, if not assert 404.

3. What should not be tested?

The inbuilt libraries should not be tested. Eg. If you are using a library say django, you should assume it comes pre tested and should not spend time writing tests for them.

4. What should be the depth of the tests?

There are no rules, but you should stop when you feel like you are humming inception theme.

If you want to read in slight more detail its http://www.blog.fruiapps.com/2012/09/An-intro-tutorial-to-te...

I was exactly in the same position few years back. I was a non computer science grad, but i had decent amount of coding experience and algorithm design, but only that. No theory courses in Networking, Operating System or even DBMS. I wanted to make web apps, and wanted it hard. So the few things i learnt were: you need to know basic HTML, CSS. Server Side Scripting: PHP/Python/Ruby Client Side Scripting: Javascript(jQuery is the new JavaScript) You should also know the terms like DNS, CNAME etc. so that you can put your content on a web server to start of with a shared hosting from any provider would be good.

But the above will only let you make very basic apps. If you want to make slightly more complex things, there are Content Management Solutions like Wordpress, Joomla or Drupal. (these are amongst the most popular ones, they have readymade plugins so if your only motive is to get a site up and running, they will serve the purpose.)

If you want more customization you might have to learn MVC frameworks. Here(http://blog.fruiapps.com/2012/04/Understanding-MVC-Architect...) i have written a basic tutorial on MVC. The popular frameworks are Ruby on Rails Django (Python) CodeIgnitor(PHP) BackBone (JS) My rule of thumb for deciding is: Get a hang of a server side scripting language(PHP/Python/Ruby), choose the framework in that particular language.

Another most important rule that you should keep in mind is: All that you want to do has been done, you need to assemble it your way!! Learn to copy, modify and paste to suit your needs. Don't be afraid of any implementation it will be out somewhere there. Thats it, hope it helps.

Probably yes, once the system gets matured and we have something that is fault-proof. We would love to share. Probably we will try with Trueskill, ELO and glicko and see how each of them works. For now if you wish to see the code its some 4 lines of python, 4 lines is too short for a library ;)