Login
Discover
Waves
Decks
Plus
Login
Signup
Stefan H.
@andersenlab
25
Custom Healthcare Software Development
Followers
1
Following
0
Resource Credits
Available
Used
Location
Berlin, Germany
Website
https://andersenlab.de
Created
May 6, 2021
RSS Feed
Subscribe
Posts
Blog
Posts
Comments
Communities
Wallet
andersenlab
programming
2021-06-18 05:55
JS object processing functions
Let's look on the example of some database: We have fields "id", "destination" (where to fly), date of creation, author name, hashtags and flight. var posts = [ { id: '1', destination:
$ 0.000
0
andersenlab
html
2021-06-14 08:02
HTML+CSS - is it worth to start?
If you are a beginner, you face some problems such as Which language to choose" and so on. Then you discover (hopefully) that HTML and CSS are the easiest to "learn" (I really try to avoid
$ 0.000
0
andersenlab
programming
2021-06-08 11:26
Dynamic problems to improve your productivity
Hey to everyone! I've posted some tips, but not so far I've talked to a person, that says "It is not enough to start programming by yourself". A lot of beginners visit a lot of courses to be
$ 0.000
0
andersenlab
programming
2021-06-04 07:36
5 ways to sort wisely
Hey to everyone! I guess you all did sorting at least once. I also guess that everyone knows a sorting called "Bubble", cause it is the easiest and most popular. But when it comes to time and
$ 0.000
0
andersenlab
java
2021-05-31 09:10
Functions for string in java
I've already made an article for some helpful tips, but I think there is a need to discuss all functions too. Shortly but understandable. String Firstly, of course, we have to initialize our string. What
$ 0.000
0
andersenlab
java
2021-05-25 07:24
Functions in your own class
The best example of usage of your own class is to work with a database. Moreover, using functions in class is more correct than simple functions anyway. Let's work on the example of databases. What is
$ 0.000
0
andersenlab
java
2021-05-21 07:32
Helpful tips for usage of string
I don't think there is a need to explain the meaning of string. We can simply name it as a line and I would say that it is much better to use string than char (symbols) as there are more interesting tools
$ 0.000
0
andersenlab
work
2021-05-17 08:33
How to work with files? Tips for beginners
What does it mean "file" or "usage of files"? Working with files means reading from a file and outputting into a file, not working with the console. Can you work with the console and
$ 0.000
0
andersenlab
java
2021-05-12 07:53
How to work with files? Tips for beginners
What does it mean "file" or "usage of files"? Working with files means reading from a file and outputting into a file, not working with the console. Can you work with the console and
$ 0.000
0
andersenlab
calendare
2021-05-06 11:35
Calendar / date in java
Here I would like to discuss such objects as Calendar or Date with those, who begin their way in Java. What is the difference in Date and Calendar? Date - amount of milliseconds, starting from 01.01.1970
$ 0.000
0
1