This media is not supported in your browser
VIEW IN TELEGRAM
Cool scientific slider for your next projectπ₯
This media is not supported in your browser
VIEW IN TELEGRAM
Amazing material loader for you to useβ³
Continuing on the "Learn from a gif" experimentβ‘οΈ. In the last survey more people selected to review the frameworks, so here it goesπ€·π»ββοΈ.
1 thing we can see is that Node.js keeps nailing it and for the past 2 years was one of the most popular techπ₯.
Angular is going right afterπ₯, but seems that Reactπ‘ is now getting in the game and we can expect Angular slowly, but steadily loosing its popularity (especially considering all the naming confusions with A1 and A2). And where is Vue, by the wayπ²?
The 2018 also saw a rise of some new tools, frameworks like Spring and Tensorflow (getting into machine learningπ€, are we?)
If you found this useful, you can select the next topic to review:
π© = Tools that only loosers would use
π° = Top Paying Tech
π = Dev Enviroment
1 thing we can see is that Node.js keeps nailing it and for the past 2 years was one of the most popular techπ₯.
Angular is going right afterπ₯, but seems that Reactπ‘ is now getting in the game and we can expect Angular slowly, but steadily loosing its popularity (especially considering all the naming confusions with A1 and A2). And where is Vue, by the wayπ²?
The 2018 also saw a rise of some new tools, frameworks like Spring and Tensorflow (getting into machine learningπ€, are we?)
If you found this useful, you can select the next topic to review:
π© = Tools that only loosers would use
π° = Top Paying Tech
π = Dev Enviroment
Read your user's mind
Those who are interested in something progressiveβ‘οΈ in their upcoming projects - should give this a thought.
There are a few demos on how you can benefit from so-called "progressive hover effect" that will be triggered when the user is getting close or "start thinking" π€about a specific action.
It is a pretty logical move as in the gif example with the search field π.
From a user perspectiveπ€, clicking precisely on the search button to trigger typing is a bit "too accurate", while triggering the animation and allow user typing when the mouse gets close enough - brings a very fresh π and professional π look.
And yes, as you guessed it right, it wouldn't work on your phone correctlyπ€«
Those who are interested in something progressiveβ‘οΈ in their upcoming projects - should give this a thought.
There are a few demos on how you can benefit from so-called "progressive hover effect" that will be triggered when the user is getting close or "start thinking" π€about a specific action.
It is a pretty logical move as in the gif example with the search field π.
From a user perspectiveπ€, clicking precisely on the search button to trigger typing is a bit "too accurate", while triggering the animation and allow user typing when the mouse gets close enough - brings a very fresh π and professional π look.
And yes, as you guessed it right, it wouldn't work on your phone correctlyπ€«
This media is not supported in your browser
VIEW IN TELEGRAM
Another 'progressive hover effect' that complements the previous post and the user guide at the same time on which reaction to click onπ
ββMaterial update
Seems that we get a few material supporters π here.
Google recently updated its material framework making it easier to use for designers and developersπ.
π‘Key highlights:
π Material Theming - dev tool to reflect your brand in ios, android and web development
π₯Collaboration - help your teamwork
πComponents - revealed code snippets to ease material integration
You can also integrate material theme editor with Sketch π to design it properly
For bootstrap π supporters - there is bootstrap kit (although not free) that will get you decent material feel in your bootstrap (responsivenss is everything, right?) - https://bit.ly/2IwJ0zI
Seems that we get a few material supporters π here.
Google recently updated its material framework making it easier to use for designers and developersπ.
π‘Key highlights:
π Material Theming - dev tool to reflect your brand in ios, android and web development
π₯Collaboration - help your teamwork
πComponents - revealed code snippets to ease material integration
You can also integrate material theme editor with Sketch π to design it properly
For bootstrap π supporters - there is bootstrap kit (although not free) that will get you decent material feel in your bootstrap (responsivenss is everything, right?) - https://bit.ly/2IwJ0zI
This media is not supported in your browser
VIEW IN TELEGRAM
Material Theme Editor
(aka I am lazy to read the previous post)
(aka I am lazy to read the previous post)
Is there such a thing like a clean code?
Have recently seen an interview from some of the Yandex developersπ§, who were arguing whether such thing even exist.
Some argued that the code needs to be functional, some said its just need to be understandable and maintainable, others were happy if you simply don't have a 'running away instinct' ππ»ββοΈ when you see the code.
Here is a quick list π on what you should consider when writing a code:
π₯ If you working in a team, your code needs to be easily understandable
// Commenting your code doesn't have to be too extensive. Simple and easy to understand code is better than loads of comments
βοΈ Keep your functions small and avoid duplication
π Try to break down the project into a large number of components
πΉ If and Switch statements can be easily broken down in separate functions and look much cleaner
π‘ Convenient variable naming is an absolute must have (no 'var y', please)
π₯ Follow best practices and SOLID principles
π Use code checker tools like SonarQube and prettifiers like Atom-beautify
Below is a quick article to extend some of the above points.
πRead time - 6 min
What are you more interested in the future?
π€Learning Material
πCool Effects
πAnalytics
π°Dev News
Have recently seen an interview from some of the Yandex developersπ§, who were arguing whether such thing even exist.
Some argued that the code needs to be functional, some said its just need to be understandable and maintainable, others were happy if you simply don't have a 'running away instinct' ππ»ββοΈ when you see the code.
Here is a quick list π on what you should consider when writing a code:
π₯ If you working in a team, your code needs to be easily understandable
// Commenting your code doesn't have to be too extensive. Simple and easy to understand code is better than loads of comments
βοΈ Keep your functions small and avoid duplication
π Try to break down the project into a large number of components
πΉ If and Switch statements can be easily broken down in separate functions and look much cleaner
π‘ Convenient variable naming is an absolute must have (no 'var y', please)
π₯ Follow best practices and SOLID principles
π Use code checker tools like SonarQube and prettifiers like Atom-beautify
Below is a quick article to extend some of the above points.
πRead time - 6 min
What are you more interested in the future?
π€Learning Material
πCool Effects
πAnalytics
π°Dev News