Programming Tips πŸ’‘
51.5K subscribers
67 photos
10 videos
30 files
354 links
Programming & AI:
Tips πŸ’‘
Articles πŸ“•
Resources πŸ‘Ύ
Design Patterns πŸ’Ž
Software Principles βœ…

πŸ‡³πŸ‡± Contact: @MoienTajik

🎯 Buy ads: https://telega.io/c/ProgrammingTip
Download Telegram
πŸ’š Retrofit Library πŸ’š

Retrofit turns your REST API into a Java Interface πŸ’Ž

It’s an elegant solution for organizing API Calls in a project. The request method and relative URL are added with an Annotation , which makes code clean and simple.

With annotations, you can easily add a request body, manipulate the URL or headers and add query parameters. πŸ”₯

Adding a return type to a method will make it synchronous, while adding a Callback will allow it to finish asynchronously with success or failure. πŸ”°

For learn more about Retrofit see :
https://github.com/square/retrofit
http://square.github.io/retrofit/

#java #android #library
@ProgrammingTip
Cleave.js πŸ’Ž

Format your <input/> content when you are typing. πŸ“

Supported Formats :
β€’ Credit Card
β€’ Phone Number ( All Countries )
β€’ Date
β€’ Numeral
β€’ Custom Formatting
β€’ ReactJS Component πŸŒ€
β€’ AngularJS Directive πŸ…°οΈ

[ Website ] : http://nosir.github.io/cleave.js/

γ€°γ€°γ€°γ€°γ€°γ€°
#JavaScript #Library
@ProgrammingTip
Particles.js ✨

A lightweight JavaScript library for creating particles.

[ Website ] :
http://vincentgarreau.com/particles.js/

γ€°γ€°γ€°γ€°γ€°γ€°
#JavaScript #Library
@ProgrammingTip
MultiScroll.js πŸ”ƒ

A simple plugin to create multi scrolling websites with two vertical scrolling panels.

[ Website ] : https://alvarotrigo.com/multiScroll

γ€°γ€°γ€°γ€°γ€°γ€°
#JavaScript #Library
@ProgrammingTip
Selectize.js πŸ’Ž

Selectize is the hybrid of a textbox and <select> box.
It's jQuery-based and it's useful for tagging, contact lists, country selectors, and so on.

[ Website ] : http://selectize.github.io/selectize.js/

γ€°γ€°γ€°γ€°γ€°γ€°
#JavaScript #Library
@ProgrammingTip
Waypoints.js ⚑️

Waypoints is the easiest way to trigger a function when you scroll to an element.

[ Website ] : http://imakewebthings.com/waypoints/

γ€°γ€°γ€°γ€°γ€°γ€°
#JavaScript #Library
@ProgrammingTip
Select2 πŸ”₯

The jQuery replacement for select boxes.

Select2 gives you a customizable select box with support for searching, tagging, remote data sets, infinite scrolling, and many other highly used options.

[ Website ] : https://select2.org/getting-started/basic-usage

γ€°γ€°γ€°γ€°γ€°γ€°
#JavaScript #Library
@ProgrammingTip
Swiper ✨

The free and most modern mobile touch slider with hardware accelerated transitions and amazing native behavior.

It is intended to be used in mobile websites, mobile web apps, and mobile native/hybrid apps.

[ Website ] : http://idangero.us/swiper

γ€°γ€°γ€°γ€°γ€°γ€°
#JavaScript #Library
@ProgrammingTip
Material-UI ✨

A Set of React Components that Implement Google's Material Design βš›οΈ

Material-UI is available as an npm package :
npm install material-ui

https://t.me/pgimg/59

[ Website ] : material-ui.com

γ€°γ€°γ€°γ€°γ€°γ€°
#React #Material #Library
@ProgrammingTip
Pretty Checkbox 🌈

A pure CSS library to beautify checkbox and radio buttons. ✨

Framework Compatability πŸ”₯ :
β€’ Angular
β€’ Bootstrap
β€’ React
β€’ Vue

https://t.me/pgimg/106

[ Website ] : http://bit.do/csspr

γ€°γ€°γ€°γ€°γ€°γ€°
#CSS #Library
@ProgrammingTip
BetweenJS ⚑️

Lightweight JavaScript (ES6) tweening library. ↔️


PurposeπŸ’‘:

Make tweening usage convenient and powerful. πŸ”₯

β€’ Modern : Written in ES6 πŸ₯‡
β€’ Lightweight : 8.3 KB πŸ‘ŒπŸ»
β€’ Performant : Optimized πŸ’¨


https://t.me/pgimg/151

[ Website ] : kutt.it/4ruR0X
[ Github ] : kutt.it/Wl425b

γ€°γ€°γ€°γ€°γ€°γ€°
#JavaScript #Library
@ProgrammingTip
Polly.JS 🐦

Record, Replay, and Stub HTTP Interactions πŸ’‘

Polly.JS
is a standalone, framework-agnostic JavaScript library that enables recording, replaying, and stubbing HTTP interactions. πŸ—‚

Polly taps into native browser APIs to mock requests and responses with little to no configuration while giving you the ability to take full control of each request with a simple, powerful, and intuitive API. ✨


Features :
β€’ Fetch & XHR Support πŸš€
β€’ Simple, Powerful, & Intuitive API ⚑️
β€’ First Class Mocha & QUnit Test Helpers πŸ’Ž
β€’ Intercept, Pass-Through, and Attach Events πŸ‘Œ
β€’ Record to Disk or Local Storage πŸ“Ό
β€’ Slow Down or Speed Up Time πŸ”₯

https://t.me/pgimg/154

[ Github ] : github.com/Netflix/pollyjs

γ€°γ€°γ€°γ€°γ€°γ€°
#JavaScript #Library
@ProgrammingTip