kanpeki-software.blogspot.com
Warpcore.io: May 2015
http://kanpeki-software.blogspot.com/2015_05_01_archive.html
Friday, May 29, 2015. A startup in the clouds. For all startups out there, I think that picking a decent platform that will do the job until money starts raining is a critical decision. Amazon is where it's at. When I started warpcore.io, I had experience with AWS, they had a free tier, and Startup Weekend gave me another $100 bucks of AWS credit - so there I went. Amazon doesn't want my business. Really easy, but still troublesome. No problem though, I had yet another credit card (my girlfriend's this t...
kanpeki-software.blogspot.com
Warpcore.io: What's a Web Application ?
http://kanpeki-software.blogspot.com/2014/01/whats-web-application.html
Thursday, January 9, 2014. What's a Web Application? What is a Web Application? Almost every website is a web application nowadays. Anything that uses web technologies (HTML ( JS/CSS) and has dynamic content is a web application. Dynamic content means that the HTML page is generated by an application based on data that is susceptible to change, like a google search page, or a facebook profile. What isn't a Web Application? What can a Web Application do for you? Subscribe to: Post Comments (Atom).
kanpeki-software.blogspot.com
Warpcore.io: A startup in the clouds
http://kanpeki-software.blogspot.com/2015/05/a-startup-in-clouds.html
Friday, May 29, 2015. A startup in the clouds. For all startups out there, I think that picking a decent platform that will do the job until money starts raining is a critical decision. Amazon is where it's at. When I started warpcore.io, I had experience with AWS, they had a free tier, and Startup Weekend gave me another $100 bucks of AWS credit - so there I went. Amazon doesn't want my business. Really easy, but still troublesome. No problem though, I had yet another credit card (my girlfriend's this t...
kanpeki-software.blogspot.com
Warpcore.io: Data Model Request
http://kanpeki-software.blogspot.com/2014/09/data-model-request.html
Tuesday, September 23, 2014. If you want to request a Data Model, some information about your project will be required. Examples: "user profile management", "search for classifieds", "add a friend", "send a message to another user", . Examples: "user information: name, last name, email, date of birth", "classifieds ad: title, keywords, detailed description, pictures", . The first Data Model request for a project is free (for a limited time at least), further requests are priced based on feature complexity.
kanpeki-software.blogspot.com
Warpcore.io: May 2014
http://kanpeki-software.blogspot.com/2014_05_01_archive.html
Wednesday, May 14, 2014. There are many ways to build web applications, from the old-style google prior to auto complete, to what we do here at Kanpeki. Here's an explanation of the different levels in the evolution and the benefits gained at each level. Level 1: PHP tags inside HTML markup. Php echo $firstname;? This makes it possible to write just one web document for all users instead of one per user, which would make projects like google or facebook simply impossible. That approach reveals a lot of c...
kanpeki-software.blogspot.com
Warpcore.io: January 2014
http://kanpeki-software.blogspot.com/2014_01_01_archive.html
Thursday, January 9, 2014. What's in a Web Application? Most Web Applications will have a data storage component, a web server component, and a client-side component. Data Storage is often done using a database but one could use an XML or CSV or any kind of structured text document all the same. The Web Server is necessary to answer HTTP (web) requests and can also be used to tailor the HTTP response, usually by letting a program control the contents of the response entirely. What's a Web Application?
kanpeki-software.blogspot.com
Warpcore.io: What's in a Web Application ?
http://kanpeki-software.blogspot.com/2014/01/whats-in-web-application.html
Thursday, January 9, 2014. What's in a Web Application? Most Web Applications will have a data storage component, a web server component, and a client-side component. Data Storage is often done using a database but one could use an XML or CSV or any kind of structured text document all the same. The Web Server is necessary to answer HTTP (web) requests and can also be used to tailor the HTTP response, usually by letting a program control the contents of the response entirely. Whats in a Web Application?
kanpeki-software.blogspot.com
Warpcore.io: What's a Data Model ?
http://kanpeki-software.blogspot.com/2014/09/whats-data-model.html
Friday, September 19, 2014. What's a Data Model? A Data Model is a document that summarizes all the data your application is going to manage. Here's a relatively simple Data Model that would fit the core features of facebook:. In this example, the boxes are "items", and the arrows are "relations" between these items. They've been given names to explain their purpose in terms of features users can see. If you don't have a Data Model yet / would like assistance with creating one, click here.
kanpeki-software.blogspot.com
Warpcore.io: Web Application Architecture
http://kanpeki-software.blogspot.com/2014/05/web-application-architecture.html
Wednesday, May 14, 2014. There are many ways to build web applications, from the old-style google prior to auto complete, to what we do here at Kanpeki. Here's an explanation of the different levels in the evolution and the benefits gained at each level. Level 1: PHP tags inside HTML markup. Php echo $firstname;? This makes it possible to write just one web document for all users instead of one per user, which would make projects like google or facebook simply impossible. That approach reveals a lot of c...