Login
Discover
Waves
Decks
Upgrade
Login
Signup
25
andersenlab
Stefan H.
Custom Healthcare Software Development
Available
Used
Resource Credits
1 Followers
0 Following
Berlin, Germany
https://andersenlab.de
May 6, 2021
RSS feed
Posts
Blog
Posts
Comments
Communities
Wallet
Follow
andersenlab
programming
Friday, June 18, 2021 5:55 AM
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
Monday, June 14, 2021 8:02 AM
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
Tuesday, June 8, 2021 11:26 AM
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
Friday, June 4, 2021 7:36 AM
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
Monday, May 31, 2021 9:10 AM
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
Tuesday, May 25, 2021 7:24 AM
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
Friday, May 21, 2021 7:32 AM
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
Monday, May 17, 2021 8:33 AM
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
Wednesday, May 12, 2021 7:53 AM
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
Thursday, May 6, 2021 11:35 AM
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