TGINSIGHT CHAT
Front-end Developer News
@frontend_dev_news
TechnologiesNo matter you are a programmer or not, fill your insights on this channel. We share information, tips, tricks to humor about the frontend developer every day and every time, JOIN NOW! have any idea? pm @afrianjunior
Recent posts
Page 6 of 17 · 197 posts
Posted Mar 4
Front-end Development Books for Kids Join for more @frontend_dev_news
Posted Mar 4
--------- 📖JavaScript Standard Style —------ One JavaScript Style Guide to Rule Them All
Posted Mar 3
144p vs 1080p! Everything new media and technology. Don't miss out. Join right now 👉@PerspectiveIX 👇 https://telegram.me/joinchat/ACtN6Dwe2emsfsXjWA-Yhw
Posted Mar 3
------— 📖Views from the 6 weeks in hell I spent rewriting bumpers in react. —---— just completely rewrote the Bumpers web app using react. (If you don’t know what bumpers is, it’s this super chill app for recording/sharing audio
Posted Mar 2
Sharethis videoif you think it's never too late TO START CODING. @frontend_dev_news
Posted Mar 2
--------- 📖Just for Flask & React.js Developers: A New Neo4j Movies Template —------ Let’s jump right into it. You’re a Python developer interested in Neo4j and want to build a web app, microservice or mobile app. You’ve already read up on Neo4j, played around with some datasets, and know enough Cypher to get going. Now you’re looking for a demo app or template to get the ball rolling.
Posted Mar 1
---------- 📖Implementing feature flags in single page apps, using React and Redux Saga —------- Built on frameworks like React, Angular, and Ember, single page apps (SPA) are becoming the new norm for modern applications. They center around dynamically updating a single HTML page via AJAX and HTML5 to deliver a more fluid and faster user experience. This introduces some new complexity when it comes to controlling access to front-end features, specifically via feature flags.
Posted Feb 27
------— 📖Building a simple camera app clone for iOS with React Native —---— React Native basically allows developers to build "native" iOS and Android applications using React for the UI. It also allows us to access mobile specific functionality within react quite easily. In this post we'll take a look at the iOS camera, in fact we'll build a simple camera app clone (by using a third party camera module).
Posted Feb 23
------ 📖Introduction to TypeScript —--- TypeScript is a superset of JavaScript that features a robust static type system to help build large-scale applications that are refactor-friendly, maintainable, and scalable.
Posted Feb 23
------- Node Line Bot —---- LINE BOT API wrapper for Node.js
Posted Feb 22
------- Nedb —---- The JavaScript Database Embedded persistent or in memory database for Node.js, nw.js, Electron and browsers, 100% JavaScript, no binary dependency. API is a subset of MongoDB's and it's plenty fast.
Posted Feb 21
------— Prerender SPA Plugin —---— SSR is, like, super hot right now. Personally though, I think it's overrated. It can significantly increase the complexity of your application and for many use cases, prerendering is a simpler and more appropriate solution.