Fermicoding is a Drupal development company specialized in creating high-complexity Applications. We are open to small and simple projects as well.
If you still don't have the Web Services and Rest UI modules on your Drupal website, you can see how to add them to web services.
If you do have them, let's see how to CRUD a node using Drupal’s Web Services. You have to enable Get, Create, Update, and Delete node on /admin/webservices/restui…Read more |
A Sitemap is a list of all Web pages from a Website, and it's very useful because it helps your content appear faster in the user's browser. There are two types of Sitemap, static and dynamic. Static Sitemaps are being used today only for static Websites, or for Websites that do not have a lot of…Read more |
The Leaflet is an open source JavaScript library used to build Web mapping Applications. Along with Google maps, it's the most popular way of presenting maps in apps. Leaflet module is available for Drupal versions 7 and 8, but at the time I`m writing this blog, only the beta version for…Read more |
Facebook Instant Articles is a feature that helps content publishers share articles from their Websites to Facebook more easily. Readers can then access that article easier, page load time is up to 10 times faster then it was before. Since it was introduced in May 2015, many of world's largest…Read more |
What is Cordova?
Cordova is a Mobile Application development framework first introduced in 2009. The principle on which this framework builds its Apps spawned the phrase "hybrid Apps". Hybrid Apps are essentially Websites embedded in a Mobile App through a WebView component ( native browser ).
What…Read more |
FB album browser is one of those plugins that let us use the power of 3rd party integration with minimal programming knowledge. It is written using jQuery by Dejan Stojanovic. It makes it possible for a user to integrate their Facebook photos and albums within the website using the plugin. FB…Read more |
In the late 2000s, with the introduction of Android and iOS-based smart phones, Web developers and designers started to think more and more about screen sizes. Before that, of course, there were also different size displays by which users experienced the Web. By a vast majority, those were…Read more |
Sharing code between React JS and React Native is an interesting idea. Writing in one language and
running it both on a Web and as a native App. But because React Native doesn't use HTML to render the
App and provides special components, it can't be done just out of the box.
After hours of…Read more |
In this article, I`m going to expand the Example app by adding Redux logic, and create simple actions to the Apps, both on the Web version and the Native version.
Example app
So we are going to continue extending the App with increment and decrement of a number with Redux.
We must add new…Read more |
Caching server for a unique problem.
The setup:
a Website written in PHP lets you find and book ping-pong tables at different venues;
you have to provide standard information, and you get a really fast response of search results;
the search uses a 3rd party hosted search engine (HSE);
about 4000…Read more |
Fermicoding is a Drupal development company specialized in creating high-complexity Applications. We are open to small and simple projects as well.
Modern web development is all about JavaScript. It is fast, easy, and popular among developers.
When everyone has an App idea, there are many companies that can build you one, but fewer that can do it right. So technically, what makes a good App?
For anyone who owns a Shopify store, it is clear that you can only do so much to distinguish yourself from the competition on the same platform.
A quick recap: Bitcoin, the world's first cryptocurrency is a protocol structured as chained blocks, described as a ledger, running on a peer-to-peer network.