Tag: apps

6 Common SVG Fails (and How to Fix Them)

Someone recently asked me how I approach debugging inline SVGs. Because it is part of the DOM, we can inspect any inline SVG in any browser DevTools. And because of that, we have the ability to scope things out and … 6 Common SVG Fails (and How to Fix Them) originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ...
Continue Reading 6 Common SVG Fails (and How to Fix Them)

GraphQL errors: the Good, the Bad and the Ugly

Returning errors in GraphQL is a challenging task, and we tried a lot of different approaches over time. Keep reading to know what we’ve learned along the way. ...
Continue Reading GraphQL errors: the Good, the Bad and the Ugly

Netlify Identity, a Key Aspect to Jamstack Development

(This is a sponsored post.) Netlify is amazing at static file hosting, but it’s really so much more than that. You can build any sort of website, even highly dynamic apps, with the Jamstack approach and static file hosting … Netlify Identity, a Key Aspect to Jamstack Development originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ...
Continue Reading Netlify Identity, a Key Aspect to Jamstack Development

Adding Vite to Your Existing Web App

Vite (pronounced “veet”) is a newish JavaScript bundler. It comes batteries-included, requires almost no configuration to be useful, and includes plenty of configuration options. Oh—and it’s fast. Incredibly fast. This post will walk through the process of converting an existing … Adding Vite to Your Existing Web App originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ...
Continue Reading Adding Vite to Your Existing Web App

New Age DAM APIs to Simplify Your Media Workflows

(This is a sponsored post.) High-velocity, online businesses produce multiple digital assets like banners, images, videos, PDFs, etc., to promote their businesses online. For such businesses, Digital Asset Management (DAM) solutions are essential. These solutions help centrally store, manage, … New Age DAM APIs to Simplify Your Media Workflows originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ...
Continue Reading New Age DAM APIs to Simplify Your Media Workflows

2017编程趋势预测:哪些技术大热?哪些技术遇冷?

程序员们喜欢嘲笑时装界的潮流总是变化得像一阵风一样。这与编程界的潮流趋势是不一样的,因为在技术世界,流行的是严谨,科学,数学和精确的准则。这不是说编程是一种缺乏趋势的行业。不同的是,编程的趋势是由更高效率,改良的用户化和使用方便来驱动的。这些可以带来更多便利的新技术让前一代技术黯然失色。这是一种知识界的精华,而不是异想天开。 那么在编程界,在即将到来的2017年和未来的几年内,会有哪些新技术出现,成为新的潮流,又有哪些技术的热潮会渐渐消退呢?infoworld.com的一位编辑Peter Wayner在他撰写的文章21 hot programming trends — and 21 going cold中,提到了21种会流行的技术,以及相应地,21种可能会遇冷的技术。   本文旨在与大家一起讨论这个话题。下面所列出的10种技术,摘自Peter的文章。大家也可以阅读他的全文,了解他对其它技术的预测。   1. 大热: JavaScript MV 框架 遇冷:JavaScript文件 很久以前,每个人都学会了写JavaScript代码,用来弹出一个消息窗口或检查表格中含有@符号的电子邮件地址。不过现在有了HTML Ajax应用程序,它们非常精细,因此很少人从零开始写代码了。使用一个有详细说明的框架和写一点胶水代码来执行你的商业逻辑是比较简单的方法。   现在有很多框架,如Kendo, Sencha,jQuery Mobile,AngularJS,Ember, Backbone, Meteor JS等等,所有这些框架都是为了处理Web应用程序以及页面事件和内容而准备的。另外,还有一些为智能手机和平板电脑提供的跨平台框架,其中包括native script,Phone Gap和Sencha Touch等,它们可以用来创建源自HTML5技术的app。 (一位开发者使用Phonegap开发一款HTML5 App )… The post 2017编程趋势预测:哪些技术大热?哪些技术遇冷? appeared first on Education Ecosystem Blog. ...
Continue Reading 2017编程趋势预测:哪些技术大热?哪些技术遇冷?

Business Strategy Tips for Livecoding.tv Developers – How To Earn Money with Private Videos

You have skills and experience as a programmer. You can create apps or write code that can help companies make money. And there are people who follow your live streams and are influenced by your… The post Business Strategy Tips for Livecoding.tv Developers – How To Earn Money with Private Videos appeared first on Education Ecosystem Blog. ...
Continue Reading Business Strategy Tips for Livecoding.tv Developers – How To Earn Money with Private Videos

7 Interesting Y-combinator Developer Tool Companies

Every year, new startups enter the market trying to solve unique technological or social problems. They face many challenges, including creating a sustainable product that offers value to its intended audience. Clearly, building a sustainable… The post 7 Interesting Y-combinator Developer Tool Companies appeared first on Education Ecosystem Blog. ...
Continue Reading 7 Interesting Y-combinator Developer Tool Companies

Bootstrap Tutorial for Beginners – A Complete Beginners’ Guide

If you are into web development, you should already know the importance of frameworks. They can improve workflow, require less code and allow rapid development with ease. You can find frameworks that are specially made… The post Bootstrap Tutorial for Beginners – A Complete Beginners’ Guide appeared first on Education Ecosystem Blog. ...
Continue Reading Bootstrap Tutorial for Beginners – A Complete Beginners’ Guide

Learn C# – How To Get the URL of The Current Page

If you are using C# for creating apps, you may want to use it to fetch the URL of the current page. This requirement is extremely common in web apps, or apps that take advantage… The post Learn C# – How To Get the URL of The Current Page appeared first on Education Ecosystem Blog. ...
Continue Reading Learn C# – How To Get the URL of The Current Page